Shades of Heliotrope #CC7EFB
Tints of Heliotrope #CC7EFB
RGB
CMYK
RGB Variations
Color information
#CC7EFB (or 0xCC7EFB) is known color: Heliotrope. HEX triplet: CC, 7E and FB. RGB value is (204,126,251). Sum of RGB (Red+Green+Blue) = 204+126+251=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EFB is #338104. Grayscale: #A3A3A3. Windows color (decimal): -3375365 or 16481996. OLE color: 16481996.
HSL color Cylindrical-coordinate representation of color #CC7EFB: hue angle of 277.44º 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 #CC7EFB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 126 | 251 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.02 |
| HSL | 277.44º | 0.94% | 0.74% | - |
| HSV(B) | 277.44º | 0.5% | 0.98% | - |
| XYZ | 49.78 | 34.72 | 95.35 | - |
| YUV | 163.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 251 | 0.19 | 0.50 | 0 | 0.02 | 277.44 | 0.94 | 0.74 |
| Hex | CC | 7E | FB | 13 | 32 | 0 | 2 | 115 | 5E | 4A |
| Octal | 314 | 176 | 373 | 23 | 62 | 0 | 2 | 425 | 136 | 112 |
| Binary | 11001100 | 1111110 | 11111011 | 10011 | 110010 | 0 | 10 | 100010101 | 1011110 | 1001010 |
Color Harmonies of #CC7EFB
Complementary color
Monochromatic Colors of #CC7EFB
Black with #CC7EFB
Text Example
Text Example
White with #CC7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EFB; }
p { color: rgb(204,126,251); }
H1.HeaderClassName
{
color: #CC7EFB;
}
.AnyTagClassName
{
color: #CC7EFB;
}
</style>
background-color css
<style>
a { background-color: #CC7EFB; }
a { background-color: rgb(204,126,251); }
div.DivClassName
{
background-color: #CC7EFB;
}
.BgClassName
{
background-color: #CC7EFB;
}
</style>
border-color css
<style>
span { border-color: #CC7EFB; }
span { border-color: rgb(204,126,251); }
td.TdClassName
{
border-color: #CC7EFB;
}
.TagClassName
{
border-color: #CC7EFB;
}
</style>