Shades of Heliotrope #CC6DF1
Tints of Heliotrope #CC6DF1
RGB
CMYK
RGB Variations
Color information
#CC6DF1 (or 0xCC6DF1) is known color: Heliotrope. HEX triplet: CC, 6D and F1. RGB value is (204,109,241). Sum of RGB (Red+Green+Blue) = 204+109+241=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DF1 is #33920E. Grayscale: #989898. Windows color (decimal): -3379727 or 15822284. OLE color: 15822284.
HSL color Cylindrical-coordinate representation of color #CC6DF1: hue angle of 283.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6DF1 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 109 | 241 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.05 |
| HSL | 283.18º | 0.83% | 0.69% | - |
| HSV(B) | 283.18º | 0.55% | 0.95% | - |
| XYZ | 46.25 | 30.13 | 86.6 | - |
| YUV | 152.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 241 | 0.15 | 0.55 | 0 | 0.05 | 283.18 | 0.83 | 0.69 |
| Hex | CC | 6D | F1 | F | 37 | 0 | 5 | 11B | 52 | 45 |
| Octal | 314 | 155 | 361 | 17 | 67 | 0 | 5 | 433 | 122 | 105 |
| Binary | 11001100 | 1101101 | 11110001 | 1111 | 110111 | 0 | 101 | 100011011 | 1010010 | 1000101 |
Color Harmonies of #CC6DF1
Complementary color
Monochromatic Colors of #CC6DF1
Black with #CC6DF1
Text Example
Text Example
White with #CC6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DF1; }
p { color: rgb(204,109,241); }
H1.HeaderClassName
{
color: #CC6DF1;
}
.AnyTagClassName
{
color: #CC6DF1;
}
</style>
background-color css
<style>
a { background-color: #CC6DF1; }
a { background-color: rgb(204,109,241); }
div.DivClassName
{
background-color: #CC6DF1;
}
.BgClassName
{
background-color: #CC6DF1;
}
</style>
border-color css
<style>
span { border-color: #CC6DF1; }
span { border-color: rgb(204,109,241); }
td.TdClassName
{
border-color: #CC6DF1;
}
.TagClassName
{
border-color: #CC6DF1;
}
</style>