Html Css Color HEX #D06EB8 Orchid

📋 copy color: '#D06EB8'

red 208 ◦ green 110 ◦ blue 184

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

Shades of Orchid #D06EB8

Tints of Orchid #D06EB8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.91%

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 41.43%
G = 21.91%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D06EB8 (or 0xD06EB8) is known color: Orchid. HEX triplet: D0, 6E and B8. RGB value is (208,110,184). Sum of RGB (Red+Green+Blue) = 208+110+184=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EB8 is #2F9147. Grayscale: #939393. Windows color (decimal): -3117384 or 12086992. OLE color: 12086992.

HSL color Cylindrical-coordinate representation of color #D06EB8: hue angle of 314.69º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06EB8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 184 -
CMYK 0 0.47 0.12 0.18
HSL 314.69º 0.51% 0.62% -
HSV(B) 314.69º 0.47% 0.82% -
XYZ 40.24 28.02 48.64 -
YUV 147.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 208 110 184 0 0.47 0.12 0.18 314.69 0.51 0.62
Hex D0 6E B8 0 2F C 12 13B 33 3E
Octal 320 156 270 0 57 14 22 473 63 76
Binary 11010000 1101110 10111000 0 101111 1100 10010 100111011 110011 111110

Color Harmonies of #D06EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EB8

Black with #D06EB8

Text Example


Text Example

White with #D06EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EB8; }

 p { color: rgb(208,110,184); }

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

background-color css

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

 a { background-color: rgb(208,110,184); }

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

border-color css

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

 span { border-color: rgb(208,110,184); }

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