Shades of Heliotrope #CC6FFC
Tints of Heliotrope #CC6FFC
RGB
CMYK
RGB Variations
Color information
#CC6FFC (or 0xCC6FFC) is known color: Heliotrope. HEX triplet: CC, 6F and FC. RGB value is (204,111,252). Sum of RGB (Red+Green+Blue) = 204+111+252=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FFC is #339003. Grayscale: #9A9A9A. Windows color (decimal): -3379204 or 16543692. OLE color: 16543692.
HSL color Cylindrical-coordinate representation of color #CC6FFC: hue angle of 279.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6FFC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 111 | 252 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.01 |
| HSL | 279.57º | 0.96% | 0.71% | - |
| HSV(B) | 279.57º | 0.56% | 0.99% | - |
| XYZ | 48.16 | 31.23 | 95.59 | - |
| YUV | 154.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 252 | 0.19 | 0.56 | 0 | 0.01 | 279.57 | 0.96 | 0.71 |
| Hex | CC | 6F | FC | 13 | 38 | 0 | 1 | 118 | 60 | 47 |
| Octal | 314 | 157 | 374 | 23 | 70 | 0 | 1 | 430 | 140 | 107 |
| Binary | 11001100 | 1101111 | 11111100 | 10011 | 111000 | 0 | 1 | 100011000 | 1100000 | 1000111 |
Color Harmonies of #CC6FFC
Complementary color
Monochromatic Colors of #CC6FFC
Black with #CC6FFC
Text Example
Text Example
White with #CC6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FFC; }
p { color: rgb(204,111,252); }
H1.HeaderClassName
{
color: #CC6FFC;
}
.AnyTagClassName
{
color: #CC6FFC;
}
</style>
background-color css
<style>
a { background-color: #CC6FFC; }
a { background-color: rgb(204,111,252); }
div.DivClassName
{
background-color: #CC6FFC;
}
.BgClassName
{
background-color: #CC6FFC;
}
</style>
border-color css
<style>
span { border-color: #CC6FFC; }
span { border-color: rgb(204,111,252); }
td.TdClassName
{
border-color: #CC6FFC;
}
.TagClassName
{
border-color: #CC6FFC;
}
</style>