Shades of Heliotrope #CC6CFA
Tints of Heliotrope #CC6CFA
RGB
CMYK
RGB Variations
Color information
#CC6CFA (or 0xCC6CFA) is known color: Heliotrope. HEX triplet: CC, 6C and FA. RGB value is (204,108,250). Sum of RGB (Red+Green+Blue) = 204+108+250=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CFA is #339305. Grayscale: #989898. Windows color (decimal): -3379974 or 16411852. OLE color: 16411852.
HSL color Cylindrical-coordinate representation of color #CC6CFA: hue angle of 280.56º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6CFA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 108 | 250 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.02 |
| HSL | 280.56º | 0.93% | 0.7% | - |
| HSV(B) | 280.56º | 0.57% | 0.98% | - |
| XYZ | 47.52 | 30.46 | 93.82 | - |
| YUV | 152.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 250 | 0.18 | 0.57 | 0 | 0.02 | 280.56 | 0.93 | 0.7 |
| Hex | CC | 6C | FA | 12 | 39 | 0 | 2 | 119 | 5D | 46 |
| Octal | 314 | 154 | 372 | 22 | 71 | 0 | 2 | 431 | 135 | 106 |
| Binary | 11001100 | 1101100 | 11111010 | 10010 | 111001 | 0 | 10 | 100011001 | 1011101 | 1000110 |
Color Harmonies of #CC6CFA
Complementary color
Monochromatic Colors of #CC6CFA
Black with #CC6CFA
Text Example
Text Example
White with #CC6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CFA; }
p { color: rgb(204,108,250); }
H1.HeaderClassName
{
color: #CC6CFA;
}
.AnyTagClassName
{
color: #CC6CFA;
}
</style>
background-color css
<style>
a { background-color: #CC6CFA; }
a { background-color: rgb(204,108,250); }
div.DivClassName
{
background-color: #CC6CFA;
}
.BgClassName
{
background-color: #CC6CFA;
}
</style>
border-color css
<style>
span { border-color: #CC6CFA; }
span { border-color: rgb(204,108,250); }
td.TdClassName
{
border-color: #CC6CFA;
}
.TagClassName
{
border-color: #CC6CFA;
}
</style>