Shades of Heliotrope #CC6FFF
Tints of Heliotrope #CC6FFF
RGB
CMYK
RGB Variations
Color information
#CC6FFF (or 0xCC6FFF) is known color: Heliotrope. HEX triplet: CC, 6F and FF. RGB value is (204,111,255). Sum of RGB (Red+Green+Blue) = 204+111+255=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FFF is #339000. Grayscale: #9A9A9A. Windows color (decimal): -3379201 or 16740300. OLE color: 16740300.
HSL color Cylindrical-coordinate representation of color #CC6FFF: hue angle of 278.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6FFF is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 111 | 255 | - |
| CMYK | 0.2 | 0.56 | 0 | 0 |
| HSL | 278.75º | 1% | 0.72% | - |
| HSV(B) | 278.75º | 0.56% | 1% | - |
| XYZ | 48.64 | 31.43 | 98.11 | - |
| YUV | 155.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 255 | 0.2 | 0.56 | 0 | 0 | 278.75 | 1 | 0.72 |
| Hex | CC | 6F | FF | 14 | 38 | 0 | 0 | 117 | 64 | 48 |
| Octal | 314 | 157 | 377 | 24 | 70 | 0 | 0 | 427 | 144 | 110 |
| Binary | 11001100 | 1101111 | 11111111 | 10100 | 111000 | 0 | 0 | 100010111 | 1100100 | 1001000 |
Color Harmonies of #CC6FFF
Complementary color
Monochromatic Colors of #CC6FFF
Black with #CC6FFF
Text Example
Text Example
White with #CC6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FFF; }
p { color: rgb(204,111,255); }
H1.HeaderClassName
{
color: #CC6FFF;
}
.AnyTagClassName
{
color: #CC6FFF;
}
</style>
background-color css
<style>
a { background-color: #CC6FFF; }
a { background-color: rgb(204,111,255); }
div.DivClassName
{
background-color: #CC6FFF;
}
.BgClassName
{
background-color: #CC6FFF;
}
</style>
border-color css
<style>
span { border-color: #CC6FFF; }
span { border-color: rgb(204,111,255); }
td.TdClassName
{
border-color: #CC6FFF;
}
.TagClassName
{
border-color: #CC6FFF;
}
</style>