Shades of Heliotrope #CB5AF4
Tints of Heliotrope #CB5AF4
RGB
CMYK
RGB Variations
Color information
#CB5AF4 (or 0xCB5AF4) is known color: Heliotrope. HEX triplet: CB, 5A and F4. RGB value is (203,90,244). Sum of RGB (Red+Green+Blue) = 203+90+244=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB5AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AF4 is #34A50B. Grayscale: #8C8C8C. Windows color (decimal): -3450124 or 16014027. OLE color: 16014027.
HSL color Cylindrical-coordinate representation of color #CB5AF4: hue angle of 284.03º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5AF4 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 90 | 244 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.04 |
| HSL | 284.03º | 0.88% | 0.65% | - |
| HSV(B) | 284.03º | 0.63% | 0.96% | - |
| XYZ | 44.61 | 26.54 | 88.36 | - |
| YUV | 141.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 244 | 0.17 | 0.63 | 0 | 0.04 | 284.03 | 0.88 | 0.65 |
| Hex | CB | 5A | F4 | 11 | 3F | 0 | 4 | 11C | 58 | 41 |
| Octal | 313 | 132 | 364 | 21 | 77 | 0 | 4 | 434 | 130 | 101 |
| Binary | 11001011 | 1011010 | 11110100 | 10001 | 111111 | 0 | 100 | 100011100 | 1011000 | 1000001 |
Color Harmonies of #CB5AF4
Complementary color
Monochromatic Colors of #CB5AF4
Black with #CB5AF4
Text Example
Text Example
White with #CB5AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AF4; }
p { color: rgb(203,90,244); }
H1.HeaderClassName
{
color: #CB5AF4;
}
.AnyTagClassName
{
color: #CB5AF4;
}
</style>
background-color css
<style>
a { background-color: #CB5AF4; }
a { background-color: rgb(203,90,244); }
div.DivClassName
{
background-color: #CB5AF4;
}
.BgClassName
{
background-color: #CB5AF4;
}
</style>
border-color css
<style>
span { border-color: #CB5AF4; }
span { border-color: rgb(203,90,244); }
td.TdClassName
{
border-color: #CB5AF4;
}
.TagClassName
{
border-color: #CB5AF4;
}
</style>