Html Css Color HEX #D66ACC Orchid

📋 copy color: '#D66ACC'

red 214 ◦ green 106 ◦ blue 204

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

Shades of Orchid #D66ACC

Tints of Orchid #D66ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.23%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 40.84%
G = 20.23%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D66ACC (or 0xD66ACC) is known color: Orchid. HEX triplet: D6, 6A and CC. RGB value is (214,106,204). Sum of RGB (Red+Green+Blue) = 214+106+204=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ACC is #299533. Grayscale: #959595. Windows color (decimal): -2725172 or 13396694. OLE color: 13396694.

HSL color Cylindrical-coordinate representation of color #D66ACC: hue angle of 305.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66ACC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 204 -
CMYK 0 0.50 0.05 0.16
HSL 305.56º 0.57% 0.63% -
HSV(B) 305.56º 0.5% 0.84% -
XYZ 43.78 28.96 60.41 -
YUV 149.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 214 106 204 0 0.50 0.05 0.16 305.56 0.57 0.63
Hex D6 6A CC 0 32 5 10 132 39 3F
Octal 326 152 314 0 62 5 20 462 71 77
Binary 11010110 1101010 11001100 0 110010 101 10000 100110010 111001 111111

Color Harmonies of #D66ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ACC

Black with #D66ACC

Text Example


Text Example

White with #D66ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ACC; }

 p { color: rgb(214,106,204); }

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

background-color css

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

 a { background-color: rgb(214,106,204); }

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

border-color css

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

 span { border-color: rgb(214,106,204); }

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