Shades of Heliotrope #CB5AF3
Tints of Heliotrope #CB5AF3
RGB
CMYK
RGB Variations
Color information
#CB5AF3 (or 0xCB5AF3) is known color: Heliotrope. HEX triplet: CB, 5A and F3. RGB value is (203,90,243). Sum of RGB (Red+Green+Blue) = 203+90+243=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB5AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AF3 is #34A50C. Grayscale: #8C8C8C. Windows color (decimal): -3450125 or 15948491. OLE color: 15948491.
HSL color Cylindrical-coordinate representation of color #CB5AF3: hue angle of 284.31º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5AF3 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 90 | 243 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.05 |
| HSL | 284.31º | 0.86% | 0.65% | - |
| HSV(B) | 284.31º | 0.63% | 0.95% | - |
| XYZ | 44.46 | 26.48 | 87.56 | - |
| YUV | 141.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 243 | 0.16 | 0.63 | 0 | 0.05 | 284.31 | 0.86 | 0.65 |
| Hex | CB | 5A | F3 | 10 | 3F | 0 | 5 | 11C | 56 | 41 |
| Octal | 313 | 132 | 363 | 20 | 77 | 0 | 5 | 434 | 126 | 101 |
| Binary | 11001011 | 1011010 | 11110011 | 10000 | 111111 | 0 | 101 | 100011100 | 1010110 | 1000001 |
Color Harmonies of #CB5AF3
Complementary color
Monochromatic Colors of #CB5AF3
Black with #CB5AF3
Text Example
Text Example
White with #CB5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AF3; }
p { color: rgb(203,90,243); }
H1.HeaderClassName
{
color: #CB5AF3;
}
.AnyTagClassName
{
color: #CB5AF3;
}
</style>
background-color css
<style>
a { background-color: #CB5AF3; }
a { background-color: rgb(203,90,243); }
div.DivClassName
{
background-color: #CB5AF3;
}
.BgClassName
{
background-color: #CB5AF3;
}
</style>
border-color css
<style>
span { border-color: #CB5AF3; }
span { border-color: rgb(203,90,243); }
td.TdClassName
{
border-color: #CB5AF3;
}
.TagClassName
{
border-color: #CB5AF3;
}
</style>