Shades of Heliotrope #CC7CFE
Tints of Heliotrope #CC7CFE
RGB
CMYK
RGB Variations
Color information
#CC7CFE (or 0xCC7CFE) is known color: Heliotrope. HEX triplet: CC, 7C and FE. RGB value is (204,124,254). Sum of RGB (Red+Green+Blue) = 204+124+254=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFE is #338301. Grayscale: #A2A2A2. Windows color (decimal): -3375874 or 16678092. OLE color: 16678092.
HSL color Cylindrical-coordinate representation of color #CC7CFE: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7CFE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 124 | 254 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.00 |
| HSL | 276.92º | 0.98% | 0.74% | - |
| HSV(B) | 276.92º | 0.51% | 1% | - |
| XYZ | 50 | 34.41 | 97.77 | - |
| YUV | 162.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 254 | 0.20 | 0.51 | 0 | 0.00 | 276.92 | 0.98 | 0.74 |
| Hex | CC | 7C | FE | 14 | 33 | 0 | 0 | 115 | 62 | 4A |
| Octal | 314 | 174 | 376 | 24 | 63 | 0 | 0 | 425 | 142 | 112 |
| Binary | 11001100 | 1111100 | 11111110 | 10100 | 110011 | 0 | 0 | 100010101 | 1100010 | 1001010 |
Color Harmonies of #CC7CFE
Complementary color
Monochromatic Colors of #CC7CFE
Black with #CC7CFE
Text Example
Text Example
White with #CC7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CFE; }
p { color: rgb(204,124,254); }
H1.HeaderClassName
{
color: #CC7CFE;
}
.AnyTagClassName
{
color: #CC7CFE;
}
</style>
background-color css
<style>
a { background-color: #CC7CFE; }
a { background-color: rgb(204,124,254); }
div.DivClassName
{
background-color: #CC7CFE;
}
.BgClassName
{
background-color: #CC7CFE;
}
</style>
border-color css
<style>
span { border-color: #CC7CFE; }
span { border-color: rgb(204,124,254); }
td.TdClassName
{
border-color: #CC7CFE;
}
.TagClassName
{
border-color: #CC7CFE;
}
</style>