Html Css Color HEX #D06EB6 Orchid

📋 copy color: '#D06EB6'

red 208 ◦ green 110 ◦ blue 182

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

Shades of Orchid #D06EB6

Tints of Orchid #D06EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 41.6%
G = 22%
B = 36.4%

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

#D06EB6 (or 0xD06EB6) is known color: Orchid. HEX triplet: D0, 6E and B6. RGB value is (208,110,182). Sum of RGB (Red+Green+Blue) = 208+110+182=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EB6 is #2F9149. Grayscale: #939393. Windows color (decimal): -3117386 or 11955920. OLE color: 11955920.

HSL color Cylindrical-coordinate representation of color #D06EB6: hue angle of 315.92º 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 #D06EB6 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 182 -
CMYK 0 0.47 0.12 0.18
HSL 315.92º 0.51% 0.62% -
HSV(B) 315.92º 0.47% 0.82% -
XYZ 40.03 27.94 47.54 -
YUV 147.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 208 110 182 0 0.47 0.12 0.18 315.92 0.51 0.62
Hex D0 6E B6 0 2F C 12 13C 33 3E
Octal 320 156 266 0 57 14 22 474 63 76
Binary 11010000 1101110 10110110 0 101111 1100 10010 100111100 110011 111110

Color Harmonies of #D06EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EB6

Black with #D06EB6

Text Example


Text Example

White with #D06EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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