Shades of Heliotrope #CC6CF1
Tints of Heliotrope #CC6CF1
RGB
CMYK
RGB Variations
Color information
#CC6CF1 (or 0xCC6CF1) is known color: Heliotrope. HEX triplet: CC, 6C and F1. RGB value is (204,108,241). Sum of RGB (Red+Green+Blue) = 204+108+241=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CF1 is #33930E. Grayscale: #979797. Windows color (decimal): -3379983 or 15822028. OLE color: 15822028.
HSL color Cylindrical-coordinate representation of color #CC6CF1: hue angle of 283.31º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6CF1 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 108 | 241 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.05 |
| HSL | 283.31º | 0.83% | 0.68% | - |
| HSV(B) | 283.31º | 0.55% | 0.95% | - |
| XYZ | 46.14 | 29.91 | 86.56 | - |
| YUV | 151.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 241 | 0.15 | 0.55 | 0 | 0.05 | 283.31 | 0.83 | 0.68 |
| Hex | CC | 6C | F1 | F | 37 | 0 | 5 | 11B | 53 | 44 |
| Octal | 314 | 154 | 361 | 17 | 67 | 0 | 5 | 433 | 123 | 104 |
| Binary | 11001100 | 1101100 | 11110001 | 1111 | 110111 | 0 | 101 | 100011011 | 1010011 | 1000100 |
Color Harmonies of #CC6CF1
Complementary color
Monochromatic Colors of #CC6CF1
Black with #CC6CF1
Text Example
Text Example
White with #CC6CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CF1; }
p { color: rgb(204,108,241); }
H1.HeaderClassName
{
color: #CC6CF1;
}
.AnyTagClassName
{
color: #CC6CF1;
}
</style>
background-color css
<style>
a { background-color: #CC6CF1; }
a { background-color: rgb(204,108,241); }
div.DivClassName
{
background-color: #CC6CF1;
}
.BgClassName
{
background-color: #CC6CF1;
}
</style>
border-color css
<style>
span { border-color: #CC6CF1; }
span { border-color: rgb(204,108,241); }
td.TdClassName
{
border-color: #CC6CF1;
}
.TagClassName
{
border-color: #CC6CF1;
}
</style>