Shades of Heliotrope #CC7CFD
Tints of Heliotrope #CC7CFD
RGB
CMYK
RGB Variations
Color information
#CC7CFD (or 0xCC7CFD) is known color: Heliotrope. HEX triplet: CC, 7C and FD. RGB value is (204,124,253). Sum of RGB (Red+Green+Blue) = 204+124+253=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFD is #338302. Grayscale: #A2A2A2. Windows color (decimal): -3375875 or 16612556. OLE color: 16612556.
HSL color Cylindrical-coordinate representation of color #CC7CFD: hue angle of 277.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7CFD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 124 | 253 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.01 |
| HSL | 277.21º | 0.97% | 0.74% | - |
| HSV(B) | 277.21º | 0.51% | 0.99% | - |
| XYZ | 49.84 | 34.34 | 96.93 | - |
| YUV | 162.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 253 | 0.19 | 0.51 | 0 | 0.01 | 277.21 | 0.97 | 0.74 |
| Hex | CC | 7C | FD | 13 | 33 | 0 | 1 | 115 | 61 | 4A |
| Octal | 314 | 174 | 375 | 23 | 63 | 0 | 1 | 425 | 141 | 112 |
| Binary | 11001100 | 1111100 | 11111101 | 10011 | 110011 | 0 | 1 | 100010101 | 1100001 | 1001010 |
Color Harmonies of #CC7CFD
Complementary color
Monochromatic Colors of #CC7CFD
Black with #CC7CFD
Text Example
Text Example
White with #CC7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CFD; }
p { color: rgb(204,124,253); }
H1.HeaderClassName
{
color: #CC7CFD;
}
.AnyTagClassName
{
color: #CC7CFD;
}
</style>
background-color css
<style>
a { background-color: #CC7CFD; }
a { background-color: rgb(204,124,253); }
div.DivClassName
{
background-color: #CC7CFD;
}
.BgClassName
{
background-color: #CC7CFD;
}
</style>
border-color css
<style>
span { border-color: #CC7CFD; }
span { border-color: rgb(204,124,253); }
td.TdClassName
{
border-color: #CC7CFD;
}
.TagClassName
{
border-color: #CC7CFD;
}
</style>