Html Css Color HEX #D66AC0 Orchid

📋 copy color: '#D66AC0'

red 214 ◦ green 106 ◦ blue 192

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

Shades of Orchid #D66AC0

Tints of Orchid #D66AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 41.8%
G = 20.7%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D66AC0 (or 0xD66AC0) is known color: Orchid. HEX triplet: D6, 6A and C0. RGB value is (214,106,192). Sum of RGB (Red+Green+Blue) = 214+106+192=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AC0 is #29953F. Grayscale: #939393. Windows color (decimal): -2725184 or 12610262. OLE color: 12610262.

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

Color convert

RGB 214 106 192 -
CMYK 0 0.50 0.10 0.16
HSL 312.22º 0.57% 0.63% -
HSV(B) 312.22º 0.5% 0.84% -
XYZ 42.4 28.41 53.12 -
YUV 148.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 214 106 192 0 0.50 0.10 0.16 312.22 0.57 0.63
Hex D6 6A C0 0 32 A 10 138 39 3F
Octal 326 152 300 0 62 12 20 470 71 77
Binary 11010110 1101010 11000000 0 110010 1010 10000 100111000 111001 111111

Color Harmonies of #D66AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AC0

Black with #D66AC0

Text Example


Text Example

White with #D66AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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