Html Css Color HEX #D075BA Orchid

📋 copy color: '#D075BA'

red 208 ◦ green 117 ◦ blue 186

#D075BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D075BA

Tints of Orchid #D075BA

RGB

 RED value IS 208 (81.64% from 255) = 40.7%

 GREEN value IS 117 (46.09% from 255) = 22.9%

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 40.7%
G = 22.9%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D075BA (or 0xD075BA) is known color: Orchid. HEX triplet: D0, 75 and BA. RGB value is (208,117,186). Sum of RGB (Red+Green+Blue) = 208+117+186=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D075BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075BA is #2F8A45. Grayscale: #979797. Windows color (decimal): -3115590 or 12219856. OLE color: 12219856.

HSL color Cylindrical-coordinate representation of color #D075BA: hue angle of 314.51º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075BA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 186 -
CMYK 0 0.44 0.11 0.18
HSL 314.51º 0.49% 0.64% -
HSV(B) 314.51º 0.44% 0.82% -
XYZ 41.24 29.68 50.01 -
YUV 152.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 208 117 186 0 0.44 0.11 0.18 314.51 0.49 0.64
Hex D0 75 BA 0 2C B 12 13B 31 40
Octal 320 165 272 0 54 13 22 473 61 100
Binary 11010000 1110101 10111010 0 101100 1011 10010 100111011 110001 1000000

Color Harmonies of #D075BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075BA

Black with #D075BA

Text Example


Text Example

White with #D075BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075BA; }

 p { color: rgb(208,117,186); }

 H1.HeaderClassName
 {
   color: #D075BA;
 }
 .AnyTagClassName
 {
   color: #D075BA;
 }
</style>

background-color css

<style>
 a { background-color: #D075BA; }

 a { background-color: rgb(208,117,186); }

 div.DivClassName
 {
   background-color: #D075BA;
 }
 .BgClassName
 {
   background-color: #D075BA;
 }
</style>

border-color css

<style>
 span { border-color: #D075BA; }

 span { border-color: rgb(208,117,186); }

 td.TdClassName
 {
   border-color: #D075BA;
 }
 .TagClassName
 {
   border-color: #D075BA;
 }
</style>