#DC66ED

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

Shades of Heliotrope #DC66ED

Tints of Heliotrope #DC66ED

Color information

#DC66ED (or 0xDC66ED) is unknown color: approx Heliotrope. HEX triplet: DC, 66 and ED. RGB value is (220,102,237). Sum of RGB (Red+Green+Blue) = 220+102+237=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66ED is #239912. Grayscale: #989898. Windows color (decimal): -2332947 or 15558364. OLE color: 15558364.

HSL color Cylindrical-coordinate representation of color #DC66ED: hue angle of 292.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC66ED is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220102237-
CMYK0.070.5700.07
HSL292.44º78.95%66.47%-
HSV(B)292.44º56.96%92.94%-
XYZ49.5530.8383.46-
YUV152.67175.59176.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 102 (40.23% from 255) = 18.25%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=39.36%
G=18.25%
B=42.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201022370.070.5700.07292.4478.9566.47
HexDC66ED739071244f42
Octal33414635577107444117102
Binary11011100110011011101101111111001011110010010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66ED; }

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

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

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

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

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

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

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

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