Shades of Heliotrope #CC6FED
Tints of Heliotrope #CC6FED
RGB
CMYK
RGB Variations
Color information
#CC6FED (or 0xCC6FED) is known color: Heliotrope. HEX triplet: CC, 6F and ED. RGB value is (204,111,237). Sum of RGB (Red+Green+Blue) = 204+111+237=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FED is #339012. Grayscale: #989898. Windows color (decimal): -3379219 or 15560652. OLE color: 15560652.
HSL color Cylindrical-coordinate representation of color #CC6FED: hue angle of 284.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6FED is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 111 | 237 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.07 |
| HSL | 284.29º | 0.78% | 0.68% | - |
| HSV(B) | 284.29º | 0.53% | 0.93% | - |
| XYZ | 45.87 | 30.32 | 83.56 | - |
| YUV | 153.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 237 | 0.14 | 0.53 | 0 | 0.07 | 284.29 | 0.78 | 0.68 |
| Hex | CC | 6F | ED | E | 35 | 0 | 7 | 11C | 4E | 44 |
| Octal | 314 | 157 | 355 | 16 | 65 | 0 | 7 | 434 | 116 | 104 |
| Binary | 11001100 | 1101111 | 11101101 | 1110 | 110101 | 0 | 111 | 100011100 | 1001110 | 1000100 |
Color Harmonies of #CC6FED
Complementary color
Monochromatic Colors of #CC6FED
Black with #CC6FED
Text Example
Text Example
White with #CC6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FED; }
p { color: rgb(204,111,237); }
H1.HeaderClassName
{
color: #CC6FED;
}
.AnyTagClassName
{
color: #CC6FED;
}
</style>
background-color css
<style>
a { background-color: #CC6FED; }
a { background-color: rgb(204,111,237); }
div.DivClassName
{
background-color: #CC6FED;
}
.BgClassName
{
background-color: #CC6FED;
}
</style>
border-color css
<style>
span { border-color: #CC6FED; }
span { border-color: rgb(204,111,237); }
td.TdClassName
{
border-color: #CC6FED;
}
.TagClassName
{
border-color: #CC6FED;
}
</style>