#DC66D9

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

Shades of Orchid #DC66D9

Tints of Orchid #DC66D9

Color information

#DC66D9 (or 0xDC66D9) is unknown color: approx Orchid. HEX triplet: DC, 66 and D9. RGB value is (220,102,217). Sum of RGB (Red+Green+Blue) = 220+102+217=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66D9 is #239926. Grayscale: #969696. Windows color (decimal): -2332967 or 14247644. OLE color: 14247644.

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

Color convert

RGB220102217-
CMYK00.540.010.14
HSL301.53º62.77%63.14%-
HSV(B)301.53º53.64%86.27%-
XYZ46.7929.7368.92-
YUV150.39165.59177.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 102 (40.23% from 255) = 18.92%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=40.82%
G=18.92%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010221700.540.010.14301.5362.7763.14
HexDC66D90361E12e3f3f
Octal3341463310661164567777
Binary11011100110011011011001011011011110100101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66D9; }

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

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

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

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

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

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

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

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