Shades of Heliotrope #CC6DFF
Tints of Heliotrope #CC6DFF
RGB
CMYK
RGB Variations
Color information
#CC6DFF (or 0xCC6DFF) is known color: Heliotrope. HEX triplet: CC, 6D and FF. RGB value is (204,109,255). Sum of RGB (Red+Green+Blue) = 204+109+255=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DFF is #339200. Grayscale: #999999. Windows color (decimal): -3379713 or 16739788. OLE color: 16739788.
HSL color Cylindrical-coordinate representation of color #CC6DFF: hue angle of 279.04º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6DFF is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 109 | 255 | - |
| CMYK | 0.2 | 0.57 | 0 | 0 |
| HSL | 279.04º | 1% | 0.71% | - |
| HSV(B) | 279.04º | 0.57% | 1% | - |
| XYZ | 48.42 | 30.99 | 98.04 | - |
| YUV | 154.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 255 | 0.2 | 0.57 | 0 | 0 | 279.04 | 1 | 0.71 |
| Hex | CC | 6D | FF | 14 | 39 | 0 | 0 | 117 | 64 | 47 |
| Octal | 314 | 155 | 377 | 24 | 71 | 0 | 0 | 427 | 144 | 107 |
| Binary | 11001100 | 1101101 | 11111111 | 10100 | 111001 | 0 | 0 | 100010111 | 1100100 | 1000111 |
Color Harmonies of #CC6DFF
Complementary color
Monochromatic Colors of #CC6DFF
Black with #CC6DFF
Text Example
Text Example
White with #CC6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DFF; }
p { color: rgb(204,109,255); }
H1.HeaderClassName
{
color: #CC6DFF;
}
.AnyTagClassName
{
color: #CC6DFF;
}
</style>
background-color css
<style>
a { background-color: #CC6DFF; }
a { background-color: rgb(204,109,255); }
div.DivClassName
{
background-color: #CC6DFF;
}
.BgClassName
{
background-color: #CC6DFF;
}
</style>
border-color css
<style>
span { border-color: #CC6DFF; }
span { border-color: rgb(204,109,255); }
td.TdClassName
{
border-color: #CC6DFF;
}
.TagClassName
{
border-color: #CC6DFF;
}
</style>