Html Css Color HEX #D66CCE Orchid

📋 copy color: '#D66CCE'

red 214 ◦ green 108 ◦ blue 206

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

Shades of Orchid #D66CCE

Tints of Orchid #D66CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 40.53%
G = 20.45%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D66CCE (or 0xD66CCE) is known color: Orchid. HEX triplet: D6, 6C and CE. RGB value is (214,108,206). Sum of RGB (Red+Green+Blue) = 214+108+206=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCE is #299331. Grayscale: #969696. Windows color (decimal): -2724658 or 13528278. OLE color: 13528278.

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

Color convert

RGB 214 108 206 -
CMYK 0 0.50 0.04 0.16
HSL 304.53º 0.56% 0.63% -
HSV(B) 304.53º 0.5% 0.84% -
XYZ 44.23 29.48 61.75 -
YUV 150.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 214 108 206 0 0.50 0.04 0.16 304.53 0.56 0.63
Hex D6 6C CE 0 32 4 10 131 38 3F
Octal 326 154 316 0 62 4 20 461 70 77
Binary 11010110 1101100 11001110 0 110010 100 10000 100110001 111000 111111

Color Harmonies of #D66CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CCE

Black with #D66CCE

Text Example


Text Example

White with #D66CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CCE; }

 p { color: rgb(214,108,206); }

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

background-color css

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

 a { background-color: rgb(214,108,206); }

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

border-color css

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

 span { border-color: rgb(214,108,206); }

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