Shades of Heliotrope #CC7BFB
Tints of Heliotrope #CC7BFB
RGB
CMYK
RGB Variations
Color information
#CC7BFB (or 0xCC7BFB) is known color: Heliotrope. HEX triplet: CC, 7B and FB. RGB value is (204,123,251). Sum of RGB (Red+Green+Blue) = 204+123+251=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BFB is #338404. Grayscale: #A1A1A1. Windows color (decimal): -3376133 or 16481228. OLE color: 16481228.
HSL color Cylindrical-coordinate representation of color #CC7BFB: hue angle of 277.97º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7BFB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 123 | 251 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.97º | 0.94% | 0.73% | - |
| HSV(B) | 277.97º | 0.51% | 0.98% | - |
| XYZ | 49.4 | 33.97 | 95.22 | - |
| YUV | 161.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 251 | 0.19 | 0.51 | 0 | 0.02 | 277.97 | 0.94 | 0.73 |
| Hex | CC | 7B | FB | 13 | 33 | 0 | 2 | 116 | 5E | 49 |
| Octal | 314 | 173 | 373 | 23 | 63 | 0 | 2 | 426 | 136 | 111 |
| Binary | 11001100 | 1111011 | 11111011 | 10011 | 110011 | 0 | 10 | 100010110 | 1011110 | 1001001 |
Color Harmonies of #CC7BFB
Complementary color
Monochromatic Colors of #CC7BFB
Black with #CC7BFB
Text Example
Text Example
White with #CC7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BFB; }
p { color: rgb(204,123,251); }
H1.HeaderClassName
{
color: #CC7BFB;
}
.AnyTagClassName
{
color: #CC7BFB;
}
</style>
background-color css
<style>
a { background-color: #CC7BFB; }
a { background-color: rgb(204,123,251); }
div.DivClassName
{
background-color: #CC7BFB;
}
.BgClassName
{
background-color: #CC7BFB;
}
</style>
border-color css
<style>
span { border-color: #CC7BFB; }
span { border-color: rgb(204,123,251); }
td.TdClassName
{
border-color: #CC7BFB;
}
.TagClassName
{
border-color: #CC7BFB;
}
</style>