Html Css Color HEX #D66DD9 Orchid

📋 copy color: '#D66DD9'

red 214 ◦ green 109 ◦ blue 217

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

Shades of Orchid #D66DD9

Tints of Orchid #D66DD9

RGB

 RED value IS 214 (83.98% from 255) = 39.63%

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

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

R = 39.63%
G = 20.19%
B = 40.19%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D66DD9 (or 0xD66DD9) is known color: Orchid. HEX triplet: D6, 6D and D9. RGB value is (214,109,217). Sum of RGB (Red+Green+Blue) = 214+109+217=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #D66DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DD9 is #299226. Grayscale: #989898. Windows color (decimal): -2724391 or 14249430. OLE color: 14249430.

HSL color Cylindrical-coordinate representation of color #D66DD9: hue angle of 298.33º 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 #D66DD9 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 109 217 -
CMYK 0.01 0.50 0 0.15
HSL 298.33º 0.59% 0.64% -
HSV(B) 298.33º 0.5% 0.85% -
XYZ 45.72 30.24 69.07 -
YUV 152.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 214 109 217 0.01 0.50 0 0.15 298.33 0.59 0.64
Hex D6 6D D9 1 32 0 F 12A 3B 40
Octal 326 155 331 1 62 0 17 452 73 100
Binary 11010110 1101101 11011001 1 110010 0 1111 100101010 111011 1000000

Color Harmonies of #D66DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DD9

Black with #D66DD9

Text Example


Text Example

White with #D66DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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