#DC66D6

Color #DC66D6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DC66D6

Tints of Orchid #DC66D6

Color information

#DC66D6 (or 0xDC66D6) is unknown color: approx Orchid. HEX triplet: DC, 66 and D6. RGB value is (220,102,214). Sum of RGB (Red+Green+Blue) = 220+102+214=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66D6 is #239929. Grayscale: #959595. Windows color (decimal): -2332970 or 14051036. OLE color: 14051036.

HSL color Cylindrical-coordinate representation of color #DC66D6: hue angle of 303.05º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66D6 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220102214-
CMYK00.540.030.14
HSL303.05º62.77%63.14%-
HSV(B)303.05º53.64%86.27%-
XYZ46.429.5766.88-
YUV150.05164.09177.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 214 (83.98% from 255) = 39.93%
R=41.04%
G=19.03%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010221400.540.030.14303.0562.7763.14
HexDC66D60363E12f3f3f
Octal3341463260663164577777
Binary110111001100110110101100110110111110100101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66D6; }

 p { color: rgb(220,102,214); }

 H1.HeaderClassName
 {
   color: #DC66D6;
 }
 .AnyTagClassName
 {
   color: #DC66D6;
 }
</style>
background-color css

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

 a { background-color: rgb(220,102,214); }

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

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

 span { border-color: rgb(220,102,214); }

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