Shades of Heliotrope #CC7DFC
Tints of Heliotrope #CC7DFC
RGB
CMYK
RGB Variations
Color information
#CC7DFC (or 0xCC7DFC) is known color: Heliotrope. HEX triplet: CC, 7D and FC. RGB value is (204,125,252). Sum of RGB (Red+Green+Blue) = 204+125+252=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7DFC is #338203. Grayscale: #A2A2A2. Windows color (decimal): -3375620 or 16547276. OLE color: 16547276.
HSL color Cylindrical-coordinate representation of color #CC7DFC: hue angle of 277.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7DFC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 125 | 252 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.01 |
| HSL | 277.32º | 0.95% | 0.74% | - |
| HSV(B) | 277.32º | 0.5% | 0.99% | - |
| XYZ | 49.81 | 34.53 | 96.14 | - |
| YUV | 163.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 252 | 0.19 | 0.50 | 0 | 0.01 | 277.32 | 0.95 | 0.74 |
| Hex | CC | 7D | FC | 13 | 32 | 0 | 1 | 115 | 5F | 4A |
| Octal | 314 | 175 | 374 | 23 | 62 | 0 | 1 | 425 | 137 | 112 |
| Binary | 11001100 | 1111101 | 11111100 | 10011 | 110010 | 0 | 1 | 100010101 | 1011111 | 1001010 |
Color Harmonies of #CC7DFC
Complementary color
Monochromatic Colors of #CC7DFC
Black with #CC7DFC
Text Example
Text Example
White with #CC7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DFC; }
p { color: rgb(204,125,252); }
H1.HeaderClassName
{
color: #CC7DFC;
}
.AnyTagClassName
{
color: #CC7DFC;
}
</style>
background-color css
<style>
a { background-color: #CC7DFC; }
a { background-color: rgb(204,125,252); }
div.DivClassName
{
background-color: #CC7DFC;
}
.BgClassName
{
background-color: #CC7DFC;
}
</style>
border-color css
<style>
span { border-color: #CC7DFC; }
span { border-color: rgb(204,125,252); }
td.TdClassName
{
border-color: #CC7DFC;
}
.TagClassName
{
border-color: #CC7DFC;
}
</style>