Html Css Color HEX #D06DD9 Orchid

📋 copy color: '#D06DD9'

red 208 ◦ green 109 ◦ blue 217

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

Shades of Orchid #D06DD9

Tints of Orchid #D06DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 38.95%
G = 20.41%
B = 40.64%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D06DD9 (or 0xD06DD9) is known color: Orchid. HEX triplet: D0, 6D and D9. RGB value is (208,109,217). Sum of RGB (Red+Green+Blue) = 208+109+217=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #D06DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DD9 is #2F9226. Grayscale: #969696. Windows color (decimal): -3117607 or 14249424. OLE color: 14249424.

HSL color Cylindrical-coordinate representation of color #D06DD9: hue angle of 295º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06DD9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 109 217 -
CMYK 0.04 0.50 0 0.15
HSL 295º 0.59% 0.64% -
HSV(B) 295º 0.5% 0.85% -
XYZ 44.01 29.36 68.99 -
YUV 150.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 208 109 217 0.04 0.50 0 0.15 295 0.59 0.64
Hex D0 6D D9 4 32 0 F 127 3B 40
Octal 320 155 331 4 62 0 17 447 73 100
Binary 11010000 1101101 11011001 100 110010 0 1111 100100111 111011 1000000

Color Harmonies of #D06DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DD9

Black with #D06DD9

Text Example


Text Example

White with #D06DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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