#DC6BED

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

Shades of Heliotrope #DC6BED

Tints of Heliotrope #DC6BED

Color information

#DC6BED (or 0xDC6BED) is unknown color: approx Heliotrope. HEX triplet: DC, 6B and ED. RGB value is (220,107,237). Sum of RGB (Red+Green+Blue) = 220+107+237=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BED is #239412. Grayscale: #9B9B9B. Windows color (decimal): -2331667 or 15559644. OLE color: 15559644.

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

Color convert

RGB220107237-
CMYK0.070.5500.07
HSL292.15º78.31%67.45%-
HSV(B)292.15º54.85%92.94%-
XYZ50.0631.8583.63-
YUV155.61173.94173.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 107 (42.19% from 255) = 18.97%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=39.01%
G=18.97%
B=42.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201072370.070.5500.07292.1578.3167.45
HexDC6BED737071244e43
Octal33415335576707444116103
Binary11011100110101111101101111110111011110010010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BED; }

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

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

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

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

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

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

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

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