Shades of Heliotrope #CC7DFB
Tints of Heliotrope #CC7DFB
RGB
CMYK
RGB Variations
Color information
#CC7DFB (or 0xCC7DFB) is known color: Heliotrope. HEX triplet: CC, 7D and FB. RGB value is (204,125,251). Sum of RGB (Red+Green+Blue) = 204+125+251=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7DFB is #338204. Grayscale: #A2A2A2. Windows color (decimal): -3375621 or 16481740. OLE color: 16481740.
HSL color Cylindrical-coordinate representation of color #CC7DFB: hue angle of 277.62º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7DFB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 125 | 251 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.02 |
| HSL | 277.62º | 0.94% | 0.74% | - |
| HSV(B) | 277.62º | 0.5% | 0.98% | - |
| XYZ | 49.65 | 34.47 | 95.3 | - |
| YUV | 162.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 251 | 0.19 | 0.50 | 0 | 0.02 | 277.62 | 0.94 | 0.74 |
| Hex | CC | 7D | FB | 13 | 32 | 0 | 2 | 116 | 5E | 4A |
| Octal | 314 | 175 | 373 | 23 | 62 | 0 | 2 | 426 | 136 | 112 |
| Binary | 11001100 | 1111101 | 11111011 | 10011 | 110010 | 0 | 10 | 100010110 | 1011110 | 1001010 |
Color Harmonies of #CC7DFB
Complementary color
Monochromatic Colors of #CC7DFB
Black with #CC7DFB
Text Example
Text Example
White with #CC7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DFB; }
p { color: rgb(204,125,251); }
H1.HeaderClassName
{
color: #CC7DFB;
}
.AnyTagClassName
{
color: #CC7DFB;
}
</style>
background-color css
<style>
a { background-color: #CC7DFB; }
a { background-color: rgb(204,125,251); }
div.DivClassName
{
background-color: #CC7DFB;
}
.BgClassName
{
background-color: #CC7DFB;
}
</style>
border-color css
<style>
span { border-color: #CC7DFB; }
span { border-color: rgb(204,125,251); }
td.TdClassName
{
border-color: #CC7DFB;
}
.TagClassName
{
border-color: #CC7DFB;
}
</style>