Html Css Color HEX #D06DB9 Orchid

📋 copy color: '#D06DB9'

red 208 ◦ green 109 ◦ blue 185

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

Shades of Orchid #D06DB9

Tints of Orchid #D06DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 41.43%
G = 21.71%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D06DB9 (or 0xD06DB9) is known color: Orchid. HEX triplet: D0, 6D and B9. RGB value is (208,109,185). Sum of RGB (Red+Green+Blue) = 208+109+185=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DB9 is #2F9246. Grayscale: #939393. Windows color (decimal): -3117639 or 12152272. OLE color: 12152272.

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

Color convert

RGB 208 109 185 -
CMYK 0 0.48 0.11 0.18
HSL 313.94º 0.51% 0.62% -
HSV(B) 313.94º 0.48% 0.82% -
XYZ 40.24 27.85 49.15 -
YUV 147.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 208 109 185 0 0.48 0.11 0.18 313.94 0.51 0.62
Hex D0 6D B9 0 30 B 12 13A 33 3E
Octal 320 155 271 0 60 13 22 472 63 76
Binary 11010000 1101101 10111001 0 110000 1011 10010 100111010 110011 111110

Color Harmonies of #D06DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DB9

Black with #D06DB9

Text Example


Text Example

White with #D06DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DB9; }

 p { color: rgb(208,109,185); }

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

background-color css

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

 a { background-color: rgb(208,109,185); }

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

border-color css

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

 span { border-color: rgb(208,109,185); }

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