Shades of Heliotrope #CC6BF1
Tints of Heliotrope #CC6BF1
RGB
CMYK
RGB Variations
Color information
#CC6BF1 (or 0xCC6BF1) is known color: Heliotrope. HEX triplet: CC, 6B and F1. RGB value is (204,107,241). Sum of RGB (Red+Green+Blue) = 204+107+241=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC6BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF1 is #33940E. Grayscale: #969696. Windows color (decimal): -3380239 or 15821772. OLE color: 15821772.
HSL color Cylindrical-coordinate representation of color #CC6BF1: hue angle of 283.43º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6BF1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 107 | 241 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 283.43º | 0.83% | 0.68% | - |
| HSV(B) | 283.43º | 0.56% | 0.95% | - |
| XYZ | 46.04 | 29.7 | 86.53 | - |
| YUV | 151.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 241 | 0.15 | 0.56 | 0 | 0.05 | 283.43 | 0.83 | 0.68 |
| Hex | CC | 6B | F1 | F | 38 | 0 | 5 | 11B | 53 | 44 |
| Octal | 314 | 153 | 361 | 17 | 70 | 0 | 5 | 433 | 123 | 104 |
| Binary | 11001100 | 1101011 | 11110001 | 1111 | 111000 | 0 | 101 | 100011011 | 1010011 | 1000100 |
Color Harmonies of #CC6BF1
Complementary color
Monochromatic Colors of #CC6BF1
Black with #CC6BF1
Text Example
Text Example
White with #CC6BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BF1; }
p { color: rgb(204,107,241); }
H1.HeaderClassName
{
color: #CC6BF1;
}
.AnyTagClassName
{
color: #CC6BF1;
}
</style>
background-color css
<style>
a { background-color: #CC6BF1; }
a { background-color: rgb(204,107,241); }
div.DivClassName
{
background-color: #CC6BF1;
}
.BgClassName
{
background-color: #CC6BF1;
}
</style>
border-color css
<style>
span { border-color: #CC6BF1; }
span { border-color: rgb(204,107,241); }
td.TdClassName
{
border-color: #CC6BF1;
}
.TagClassName
{
border-color: #CC6BF1;
}
</style>