Shades of Heliotrope #CC7BFA
Tints of Heliotrope #CC7BFA
RGB
CMYK
RGB Variations
Color information
#CC7BFA (or 0xCC7BFA) is known color: Heliotrope. HEX triplet: CC, 7B and FA. RGB value is (204,123,250). Sum of RGB (Red+Green+Blue) = 204+123+250=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BFA is #338405. Grayscale: #A1A1A1. Windows color (decimal): -3376134 or 16415692. OLE color: 16415692.
HSL color Cylindrical-coordinate representation of color #CC7BFA: hue angle of 278.27º degrees, saturation: 0.93, 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 #CC7BFA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 123 | 250 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.02 |
| HSL | 278.27º | 0.93% | 0.73% | - |
| HSV(B) | 278.27º | 0.51% | 0.98% | - |
| XYZ | 49.24 | 33.91 | 94.39 | - |
| YUV | 161.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 250 | 0.18 | 0.51 | 0 | 0.02 | 278.27 | 0.93 | 0.73 |
| Hex | CC | 7B | FA | 12 | 33 | 0 | 2 | 116 | 5D | 49 |
| Octal | 314 | 173 | 372 | 22 | 63 | 0 | 2 | 426 | 135 | 111 |
| Binary | 11001100 | 1111011 | 11111010 | 10010 | 110011 | 0 | 10 | 100010110 | 1011101 | 1001001 |
Color Harmonies of #CC7BFA
Complementary color
Monochromatic Colors of #CC7BFA
Black with #CC7BFA
Text Example
Text Example
White with #CC7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BFA; }
p { color: rgb(204,123,250); }
H1.HeaderClassName
{
color: #CC7BFA;
}
.AnyTagClassName
{
color: #CC7BFA;
}
</style>
background-color css
<style>
a { background-color: #CC7BFA; }
a { background-color: rgb(204,123,250); }
div.DivClassName
{
background-color: #CC7BFA;
}
.BgClassName
{
background-color: #CC7BFA;
}
</style>
border-color css
<style>
span { border-color: #CC7BFA; }
span { border-color: rgb(204,123,250); }
td.TdClassName
{
border-color: #CC7BFA;
}
.TagClassName
{
border-color: #CC7BFA;
}
</style>