#DC67EC

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

Shades of Heliotrope #DC67EC

Tints of Heliotrope #DC67EC

Color information

#DC67EC (or 0xDC67EC) is unknown color: approx Heliotrope. HEX triplet: DC, 67 and EC. RGB value is (220,103,236). Sum of RGB (Red+Green+Blue) = 220+103+236=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67EC is #239813. Grayscale: #989898. Windows color (decimal): -2332692 or 15493084. OLE color: 15493084.

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

Color convert

RGB220103236-
CMYK0.070.5600.07
HSL292.78º77.78%66.47%-
HSV(B)292.78º56.36%92.55%-
XYZ49.5130.9782.73-
YUV153.15174.76175.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 103 (40.62% from 255) = 18.43%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=39.36%
G=18.43%
B=42.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201032360.070.5600.07292.7877.7866.47
HexDC67EC738071254e42
Octal33414735477007445116102
Binary11011100110011111101100111111000011110010010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67EC; }

 p { color: rgb(220,103,236); }

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

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

 a { background-color: rgb(220,103,236); }

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

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

 span { border-color: rgb(220,103,236); }

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