Shades of Heliotrope #CC7CEF
Tints of Heliotrope #CC7CEF
RGB
CMYK
RGB Variations
Color information
#CC7CEF (or 0xCC7CEF) is known color: Heliotrope. HEX triplet: CC, 7C and EF. RGB value is (204,124,239). Sum of RGB (Red+Green+Blue) = 204+124+239=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC7CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CEF is #338310. Grayscale: #A0A0A0. Windows color (decimal): -3375889 or 15695052. OLE color: 15695052.
HSL color Cylindrical-coordinate representation of color #CC7CEF: hue angle of 281.74º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC7CEF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 124 | 239 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.06 |
| HSL | 281.74º | 0.78% | 0.71% | - |
| HSV(B) | 281.74º | 0.48% | 0.94% | - |
| XYZ | 47.69 | 33.48 | 85.61 | - |
| YUV | 161.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 239 | 0.15 | 0.48 | 0 | 0.06 | 281.74 | 0.78 | 0.71 |
| Hex | CC | 7C | EF | F | 30 | 0 | 6 | 11A | 4E | 47 |
| Octal | 314 | 174 | 357 | 17 | 60 | 0 | 6 | 432 | 116 | 107 |
| Binary | 11001100 | 1111100 | 11101111 | 1111 | 110000 | 0 | 110 | 100011010 | 1001110 | 1000111 |
Color Harmonies of #CC7CEF
Complementary color
Monochromatic Colors of #CC7CEF
Black with #CC7CEF
Text Example
Text Example
White with #CC7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CEF; }
p { color: rgb(204,124,239); }
H1.HeaderClassName
{
color: #CC7CEF;
}
.AnyTagClassName
{
color: #CC7CEF;
}
</style>
background-color css
<style>
a { background-color: #CC7CEF; }
a { background-color: rgb(204,124,239); }
div.DivClassName
{
background-color: #CC7CEF;
}
.BgClassName
{
background-color: #CC7CEF;
}
</style>
border-color css
<style>
span { border-color: #CC7CEF; }
span { border-color: rgb(204,124,239); }
td.TdClassName
{
border-color: #CC7CEF;
}
.TagClassName
{
border-color: #CC7CEF;
}
</style>