Shades of Heliotrope #CB4FFA
Tints of Heliotrope #CB4FFA
RGB
CMYK
RGB Variations
Color information
#CB4FFA (or 0xCB4FFA) is known color: Heliotrope. HEX triplet: CB, 4F and FA. RGB value is (203,79,250). Sum of RGB (Red+Green+Blue) = 203+79+250=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 79 (31.25% from 255 or 14.85% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB4FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4FFA is #34B005. Grayscale: #878787. Windows color (decimal): -3452934 or 16404427. OLE color: 16404427.
HSL color Cylindrical-coordinate representation of color #CB4FFA: hue angle of 283.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4FFA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 79 | 250 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.02 |
| HSL | 283.51º | 0.94% | 0.65% | - |
| HSV(B) | 283.51º | 0.68% | 0.98% | - |
| XYZ | 44.68 | 25.19 | 92.95 | - |
| YUV | 135.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 250 | 0.19 | 0.68 | 0 | 0.02 | 283.51 | 0.94 | 0.65 |
| Hex | CB | 4F | FA | 13 | 44 | 0 | 2 | 11C | 5E | 41 |
| Octal | 313 | 117 | 372 | 23 | 104 | 0 | 2 | 434 | 136 | 101 |
| Binary | 11001011 | 1001111 | 11111010 | 10011 | 1000100 | 0 | 10 | 100011100 | 1011110 | 1000001 |
Color Harmonies of #CB4FFA
Complementary color
Monochromatic Colors of #CB4FFA
Black with #CB4FFA
Text Example
Text Example
White with #CB4FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FFA; }
p { color: rgb(203,79,250); }
H1.HeaderClassName
{
color: #CB4FFA;
}
.AnyTagClassName
{
color: #CB4FFA;
}
</style>
background-color css
<style>
a { background-color: #CB4FFA; }
a { background-color: rgb(203,79,250); }
div.DivClassName
{
background-color: #CB4FFA;
}
.BgClassName
{
background-color: #CB4FFA;
}
</style>
border-color css
<style>
span { border-color: #CB4FFA; }
span { border-color: rgb(203,79,250); }
td.TdClassName
{
border-color: #CB4FFA;
}
.TagClassName
{
border-color: #CB4FFA;
}
</style>