Shades of Heliotrope #CB5DFA
Tints of Heliotrope #CB5DFA
RGB
CMYK
RGB Variations
Color information
#CB5DFA (or 0xCB5DFA) is known color: Heliotrope. HEX triplet: CB, 5D and FA. RGB value is (203,93,250). Sum of RGB (Red+Green+Blue) = 203+93+250=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DFA is #34A205. Grayscale: #8F8F8F. Windows color (decimal): -3449350 or 16408011. OLE color: 16408011.
HSL color Cylindrical-coordinate representation of color #CB5DFA: hue angle of 282.04º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5DFA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 93 | 250 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.02 |
| HSL | 282.04º | 0.94% | 0.67% | - |
| HSV(B) | 282.04º | 0.63% | 0.98% | - |
| XYZ | 45.8 | 27.43 | 93.32 | - |
| YUV | 143.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 250 | 0.19 | 0.63 | 0 | 0.02 | 282.04 | 0.94 | 0.67 |
| Hex | CB | 5D | FA | 13 | 3F | 0 | 2 | 11A | 5E | 43 |
| Octal | 313 | 135 | 372 | 23 | 77 | 0 | 2 | 432 | 136 | 103 |
| Binary | 11001011 | 1011101 | 11111010 | 10011 | 111111 | 0 | 10 | 100011010 | 1011110 | 1000011 |
Color Harmonies of #CB5DFA
Complementary color
Monochromatic Colors of #CB5DFA
Black with #CB5DFA
Text Example
Text Example
White with #CB5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DFA; }
p { color: rgb(203,93,250); }
H1.HeaderClassName
{
color: #CB5DFA;
}
.AnyTagClassName
{
color: #CB5DFA;
}
</style>
background-color css
<style>
a { background-color: #CB5DFA; }
a { background-color: rgb(203,93,250); }
div.DivClassName
{
background-color: #CB5DFA;
}
.BgClassName
{
background-color: #CB5DFA;
}
</style>
border-color css
<style>
span { border-color: #CB5DFA; }
span { border-color: rgb(203,93,250); }
td.TdClassName
{
border-color: #CB5DFA;
}
.TagClassName
{
border-color: #CB5DFA;
}
</style>