#DC6CED

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

Shades of Heliotrope #DC6CED

Tints of Heliotrope #DC6CED

Color information

#DC6CED (or 0xDC6CED) is unknown color: approx Heliotrope. HEX triplet: DC, 6C and ED. RGB value is (220,108,237). Sum of RGB (Red+Green+Blue) = 220+108+237=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CED is #239312. Grayscale: #9B9B9B. Windows color (decimal): -2331411 or 15559900. OLE color: 15559900.

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

Color convert

RGB220108237-
CMYK0.070.5400.07
HSL292.09º78.18%67.65%-
HSV(B)292.09º54.43%92.94%-
XYZ50.1632.0683.66-
YUV156.19173.61173.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 108 (42.58% from 255) = 19.12%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=38.94%
G=19.12%
B=41.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201082370.070.5400.07292.0978.1867.65
HexDC6CED736071244e44
Octal33415435576607444116104
Binary11011100110110011101101111110110011110010010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6CED; }

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

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

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

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

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

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

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

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