#DC66F7

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

Shades of Heliotrope #DC66F7

Tints of Heliotrope #DC66F7

Color information

#DC66F7 (or 0xDC66F7) is unknown color: approx Heliotrope. HEX triplet: DC, 66 and F7. RGB value is (220,102,247). Sum of RGB (Red+Green+Blue) = 220+102+247=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC66F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66F7 is #239908. Grayscale: #999999. Windows color (decimal): -2332937 or 16213724. OLE color: 16213724.

HSL color Cylindrical-coordinate representation of color #DC66F7: hue angle of 288.83º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC66F7 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220102247-
CMYK0.110.5900.03
HSL288.83º90.06%68.43%-
HSV(B)288.83º58.7%96.86%-
XYZ51.0631.4391.37-
YUV153.81180.59175.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 102 (40.23% from 255) = 17.93%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=38.66%
G=17.93%
B=43.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201022470.110.5900.03288.8390.0668.43
HexDC66F7B3B031215a44
Octal334146367137303441132104
Binary11011100110011011110111101111101101110010000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66F7; }

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

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

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

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

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

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

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

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