Shades of Heliotrope #CC7CFA
Tints of Heliotrope #CC7CFA
RGB
CMYK
RGB Variations
Color information
#CC7CFA (or 0xCC7CFA) is known color: Heliotrope. HEX triplet: CC, 7C and FA. RGB value is (204,124,250). Sum of RGB (Red+Green+Blue) = 204+124+250=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFA is #338305. Grayscale: #A1A1A1. Windows color (decimal): -3375878 or 16415948. OLE color: 16415948.
HSL color Cylindrical-coordinate representation of color #CC7CFA: hue angle of 278.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7CFA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 124 | 250 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.02 |
| HSL | 278.1º | 0.93% | 0.73% | - |
| HSV(B) | 278.1º | 0.5% | 0.98% | - |
| XYZ | 49.36 | 34.15 | 94.43 | - |
| YUV | 162.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 250 | 0.18 | 0.50 | 0 | 0.02 | 278.1 | 0.93 | 0.73 |
| Hex | CC | 7C | FA | 12 | 32 | 0 | 2 | 116 | 5D | 49 |
| Octal | 314 | 174 | 372 | 22 | 62 | 0 | 2 | 426 | 135 | 111 |
| Binary | 11001100 | 1111100 | 11111010 | 10010 | 110010 | 0 | 10 | 100010110 | 1011101 | 1001001 |
Color Harmonies of #CC7CFA
Complementary color
Monochromatic Colors of #CC7CFA
Black with #CC7CFA
Text Example
Text Example
White with #CC7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CFA; }
p { color: rgb(204,124,250); }
H1.HeaderClassName
{
color: #CC7CFA;
}
.AnyTagClassName
{
color: #CC7CFA;
}
</style>
background-color css
<style>
a { background-color: #CC7CFA; }
a { background-color: rgb(204,124,250); }
div.DivClassName
{
background-color: #CC7CFA;
}
.BgClassName
{
background-color: #CC7CFA;
}
</style>
border-color css
<style>
span { border-color: #CC7CFA; }
span { border-color: rgb(204,124,250); }
td.TdClassName
{
border-color: #CC7CFA;
}
.TagClassName
{
border-color: #CC7CFA;
}
</style>