Shades of Heliotrope #CC6DFE
Tints of Heliotrope #CC6DFE
RGB
CMYK
RGB Variations
Color information
#CC6DFE (or 0xCC6DFE) is known color: Heliotrope. HEX triplet: CC, 6D and FE. RGB value is (204,109,254). Sum of RGB (Red+Green+Blue) = 204+109+254=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DFE is #339201. Grayscale: #999999. Windows color (decimal): -3379714 or 16674252. OLE color: 16674252.
HSL color Cylindrical-coordinate representation of color #CC6DFE: hue angle of 279.31º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6DFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 109 | 254 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.00 |
| HSL | 279.31º | 0.99% | 0.71% | - |
| HSV(B) | 279.31º | 0.57% | 1% | - |
| XYZ | 48.26 | 30.93 | 97.19 | - |
| YUV | 153.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 254 | 0.20 | 0.57 | 0 | 0.00 | 279.31 | 0.99 | 0.71 |
| Hex | CC | 6D | FE | 14 | 39 | 0 | 0 | 117 | 63 | 47 |
| Octal | 314 | 155 | 376 | 24 | 71 | 0 | 0 | 427 | 143 | 107 |
| Binary | 11001100 | 1101101 | 11111110 | 10100 | 111001 | 0 | 0 | 100010111 | 1100011 | 1000111 |
Color Harmonies of #CC6DFE
Complementary color
Monochromatic Colors of #CC6DFE
Black with #CC6DFE
Text Example
Text Example
White with #CC6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DFE; }
p { color: rgb(204,109,254); }
H1.HeaderClassName
{
color: #CC6DFE;
}
.AnyTagClassName
{
color: #CC6DFE;
}
</style>
background-color css
<style>
a { background-color: #CC6DFE; }
a { background-color: rgb(204,109,254); }
div.DivClassName
{
background-color: #CC6DFE;
}
.BgClassName
{
background-color: #CC6DFE;
}
</style>
border-color css
<style>
span { border-color: #CC6DFE; }
span { border-color: rgb(204,109,254); }
td.TdClassName
{
border-color: #CC6DFE;
}
.TagClassName
{
border-color: #CC6DFE;
}
</style>