Shades of Heliotrope #DC6BED
Tints of Heliotrope #DC6BED
RGB
CMYK
RGB Variations
Color information
#DC6BED (or 0xDC6BED) is known color: 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
| RGB | 220 | 107 | 237 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.07 |
| HSL | 292.15º | 0.78% | 0.67% | - |
| HSV(B) | 292.15º | 0.55% | 0.93% | - |
| XYZ | 50.06 | 31.85 | 83.63 | - |
| YUV | 155.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 237 | 0.07 | 0.55 | 0 | 0.07 | 292.15 | 0.78 | 0.67 |
| Hex | DC | 6B | ED | 7 | 37 | 0 | 7 | 124 | 4E | 43 |
| Octal | 334 | 153 | 355 | 7 | 67 | 0 | 7 | 444 | 116 | 103 |
| Binary | 11011100 | 1101011 | 11101101 | 111 | 110111 | 0 | 111 | 100100100 | 1001110 | 1000011 |
Color Harmonies of #DC6BED
Complementary color
Monochromatic Colors of #DC6BED
Black with #DC6BED
Text Example
Text Example
White with #DC6BED
Text Example
Text Example
HTML Codes & Css Web 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>