Html Css Color HEX #D66CCC Orchid

📋 copy color: '#D66CCC'

red 214 ◦ green 108 ◦ blue 204

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

Shades of Orchid #D66CCC

Tints of Orchid #D66CCC

RGB

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

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

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

R = 40.68%
G = 20.53%
B = 38.78%

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

#D66CCC (or 0xD66CCC) is known color: Orchid. HEX triplet: D6, 6C and CC. RGB value is (214,108,204). Sum of RGB (Red+Green+Blue) = 214+108+204=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCC is #299333. Grayscale: #969696. Windows color (decimal): -2724660 or 13397206. OLE color: 13397206.

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

Color convert

RGB 214 108 204 -
CMYK 0 0.50 0.05 0.16
HSL 305.66º 0.56% 0.63% -
HSV(B) 305.66º 0.5% 0.84% -
XYZ 43.99 29.38 60.48 -
YUV 150.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 214 108 204 0 0.50 0.05 0.16 305.66 0.56 0.63
Hex D6 6C CC 0 32 5 10 132 38 3F
Octal 326 154 314 0 62 5 20 462 70 77
Binary 11010110 1101100 11001100 0 110010 101 10000 100110010 111000 111111

Color Harmonies of #D66CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CCC

Black with #D66CCC

Text Example


Text Example

White with #D66CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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