#DC66D8

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

Shades of Orchid #DC66D8

Tints of Orchid #DC66D8

Color information

#DC66D8 (or 0xDC66D8) is unknown color: approx Orchid. HEX triplet: DC, 66 and D8. RGB value is (220,102,216). Sum of RGB (Red+Green+Blue) = 220+102+216=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66D8 is #239927. Grayscale: #959595. Windows color (decimal): -2332968 or 14182108. OLE color: 14182108.

HSL color Cylindrical-coordinate representation of color #DC66D8: hue angle of 302.03º 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 #DC66D8 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220102216-
CMYK00.540.020.14
HSL302.03º62.77%63.14%-
HSV(B)302.03º53.64%86.27%-
XYZ46.6629.6868.23-
YUV150.28165.09177.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=40.89%
G=18.96%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010221600.540.020.14302.0362.7763.14
HexDC66D80362E12e3f3f
Octal3341463300662164567777
Binary110111001100110110110000110110101110100101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66D8; }

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

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

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

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

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

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

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

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