Shades of Heliotrope #CB7AFC
Tints of Heliotrope #CB7AFC
RGB
CMYK
RGB Variations
Color information
#CB7AFC (or 0xCB7AFC) is known color: Heliotrope. HEX triplet: CB, 7A and FC. RGB value is (203,122,252). Sum of RGB (Red+Green+Blue) = 203+122+252=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB7AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AFC is #348503. Grayscale: #A0A0A0. Windows color (decimal): -3441924 or 16546507. OLE color: 16546507.
HSL color Cylindrical-coordinate representation of color #CB7AFC: hue angle of 277.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7AFC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 122 | 252 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.01 |
| HSL | 277.38º | 0.96% | 0.73% | - |
| HSV(B) | 277.38º | 0.52% | 0.99% | - |
| XYZ | 49.16 | 33.64 | 96 | - |
| YUV | 161.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 252 | 0.19 | 0.52 | 0 | 0.01 | 277.38 | 0.96 | 0.73 |
| Hex | CB | 7A | FC | 13 | 34 | 0 | 1 | 115 | 60 | 49 |
| Octal | 313 | 172 | 374 | 23 | 64 | 0 | 1 | 425 | 140 | 111 |
| Binary | 11001011 | 1111010 | 11111100 | 10011 | 110100 | 0 | 1 | 100010101 | 1100000 | 1001001 |
Color Harmonies of #CB7AFC
Complementary color
Monochromatic Colors of #CB7AFC
Black with #CB7AFC
Text Example
Text Example
White with #CB7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AFC; }
p { color: rgb(203,122,252); }
H1.HeaderClassName
{
color: #CB7AFC;
}
.AnyTagClassName
{
color: #CB7AFC;
}
</style>
background-color css
<style>
a { background-color: #CB7AFC; }
a { background-color: rgb(203,122,252); }
div.DivClassName
{
background-color: #CB7AFC;
}
.BgClassName
{
background-color: #CB7AFC;
}
</style>
border-color css
<style>
span { border-color: #CB7AFC; }
span { border-color: rgb(203,122,252); }
td.TdClassName
{
border-color: #CB7AFC;
}
.TagClassName
{
border-color: #CB7AFC;
}
</style>