Html Css Color HEX #D66DCD Orchid

📋 copy color: '#D66DCD'

red 214 ◦ green 109 ◦ blue 205

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

Shades of Orchid #D66DCD

Tints of Orchid #D66DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 40.53%
G = 20.64%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D66DCD (or 0xD66DCD) is known color: Orchid. HEX triplet: D6, 6D and CD. RGB value is (214,109,205). Sum of RGB (Red+Green+Blue) = 214+109+205=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DCD is #299232. Grayscale: #979797. Windows color (decimal): -2724403 or 13462998. OLE color: 13462998.

HSL color Cylindrical-coordinate representation of color #D66DCD: hue angle of 305.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DCD is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 205 -
CMYK 0 0.49 0.04 0.16
HSL 305.14º 0.56% 0.63% -
HSV(B) 305.14º 0.49% 0.84% -
XYZ 44.22 29.64 61.15 -
YUV 151.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 214 109 205 0 0.49 0.04 0.16 305.14 0.56 0.63
Hex D6 6D CD 0 31 4 10 131 38 3F
Octal 326 155 315 0 61 4 20 461 70 77
Binary 11010110 1101101 11001101 0 110001 100 10000 100110001 111000 111111

Color Harmonies of #D66DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DCD

Black with #D66DCD

Text Example


Text Example

White with #D66DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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