Shades of Heliotrope #CC6CF0
Tints of Heliotrope #CC6CF0
RGB
CMYK
RGB Variations
Color information
#CC6CF0 (or 0xCC6CF0) is known color: Heliotrope. HEX triplet: CC, 6C and F0. RGB value is (204,108,240). Sum of RGB (Red+Green+Blue) = 204+108+240=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC6CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CF0 is #33930F. Grayscale: #979797. Windows color (decimal): -3379984 or 15756492. OLE color: 15756492.
HSL color Cylindrical-coordinate representation of color #CC6CF0: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6CF0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 108 | 240 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.06 |
| HSL | 283.64º | 0.81% | 0.68% | - |
| HSV(B) | 283.64º | 0.55% | 0.94% | - |
| XYZ | 45.99 | 29.85 | 85.78 | - |
| YUV | 151.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 240 | 0.15 | 0.55 | 0 | 0.06 | 283.64 | 0.81 | 0.68 |
| Hex | CC | 6C | F0 | F | 37 | 0 | 6 | 11C | 51 | 44 |
| Octal | 314 | 154 | 360 | 17 | 67 | 0 | 6 | 434 | 121 | 104 |
| Binary | 11001100 | 1101100 | 11110000 | 1111 | 110111 | 0 | 110 | 100011100 | 1010001 | 1000100 |
Color Harmonies of #CC6CF0
Complementary color
Monochromatic Colors of #CC6CF0
Black with #CC6CF0
Text Example
Text Example
White with #CC6CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CF0; }
p { color: rgb(204,108,240); }
H1.HeaderClassName
{
color: #CC6CF0;
}
.AnyTagClassName
{
color: #CC6CF0;
}
</style>
background-color css
<style>
a { background-color: #CC6CF0; }
a { background-color: rgb(204,108,240); }
div.DivClassName
{
background-color: #CC6CF0;
}
.BgClassName
{
background-color: #CC6CF0;
}
</style>
border-color css
<style>
span { border-color: #CC6CF0; }
span { border-color: rgb(204,108,240); }
td.TdClassName
{
border-color: #CC6CF0;
}
.TagClassName
{
border-color: #CC6CF0;
}
</style>