Shades of Heliotrope #CC7BF5
Tints of Heliotrope #CC7BF5
RGB
CMYK
RGB Variations
Color information
#CC7BF5 (or 0xCC7BF5) is known color: Heliotrope. HEX triplet: CC, 7B and F5. RGB value is (204,123,245). Sum of RGB (Red+Green+Blue) = 204+123+245=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC7BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BF5 is #33840A. Grayscale: #A0A0A0. Windows color (decimal): -3376139 or 16088012. OLE color: 16088012.
HSL color Cylindrical-coordinate representation of color #CC7BF5: hue angle of 279.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7BF5 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 123 | 245 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.04 |
| HSL | 279.84º | 0.86% | 0.72% | - |
| HSV(B) | 279.84º | 0.5% | 0.96% | - |
| XYZ | 48.47 | 33.6 | 90.32 | - |
| YUV | 161.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 245 | 0.17 | 0.50 | 0 | 0.04 | 279.84 | 0.86 | 0.72 |
| Hex | CC | 7B | F5 | 11 | 32 | 0 | 4 | 118 | 56 | 48 |
| Octal | 314 | 173 | 365 | 21 | 62 | 0 | 4 | 430 | 126 | 110 |
| Binary | 11001100 | 1111011 | 11110101 | 10001 | 110010 | 0 | 100 | 100011000 | 1010110 | 1001000 |
Color Harmonies of #CC7BF5
Complementary color
Monochromatic Colors of #CC7BF5
Black with #CC7BF5
Text Example
Text Example
White with #CC7BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BF5; }
p { color: rgb(204,123,245); }
H1.HeaderClassName
{
color: #CC7BF5;
}
.AnyTagClassName
{
color: #CC7BF5;
}
</style>
background-color css
<style>
a { background-color: #CC7BF5; }
a { background-color: rgb(204,123,245); }
div.DivClassName
{
background-color: #CC7BF5;
}
.BgClassName
{
background-color: #CC7BF5;
}
</style>
border-color css
<style>
span { border-color: #CC7BF5; }
span { border-color: rgb(204,123,245); }
td.TdClassName
{
border-color: #CC7BF5;
}
.TagClassName
{
border-color: #CC7BF5;
}
</style>