Shades of Heliotrope #CB5EF3
Tints of Heliotrope #CB5EF3
RGB
CMYK
RGB Variations
Color information
#CB5EF3 (or 0xCB5EF3) is known color: Heliotrope. HEX triplet: CB, 5E and F3. RGB value is (203,94,243). Sum of RGB (Red+Green+Blue) = 203+94+243=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB5EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EF3 is #34A10C. Grayscale: #8F8F8F. Windows color (decimal): -3449101 or 15949515. OLE color: 15949515.
HSL color Cylindrical-coordinate representation of color #CB5EF3: hue angle of 283.89º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5EF3 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 94 | 243 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.05 |
| HSL | 283.89º | 0.86% | 0.66% | - |
| HSV(B) | 283.89º | 0.61% | 0.95% | - |
| XYZ | 44.81 | 27.17 | 87.68 | - |
| YUV | 143.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 243 | 0.16 | 0.61 | 0 | 0.05 | 283.89 | 0.86 | 0.66 |
| Hex | CB | 5E | F3 | 10 | 3D | 0 | 5 | 11C | 56 | 42 |
| Octal | 313 | 136 | 363 | 20 | 75 | 0 | 5 | 434 | 126 | 102 |
| Binary | 11001011 | 1011110 | 11110011 | 10000 | 111101 | 0 | 101 | 100011100 | 1010110 | 1000010 |
Color Harmonies of #CB5EF3
Complementary color
Monochromatic Colors of #CB5EF3
Black with #CB5EF3
Text Example
Text Example
White with #CB5EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EF3; }
p { color: rgb(203,94,243); }
H1.HeaderClassName
{
color: #CB5EF3;
}
.AnyTagClassName
{
color: #CB5EF3;
}
</style>
background-color css
<style>
a { background-color: #CB5EF3; }
a { background-color: rgb(203,94,243); }
div.DivClassName
{
background-color: #CB5EF3;
}
.BgClassName
{
background-color: #CB5EF3;
}
</style>
border-color css
<style>
span { border-color: #CB5EF3; }
span { border-color: rgb(203,94,243); }
td.TdClassName
{
border-color: #CB5EF3;
}
.TagClassName
{
border-color: #CB5EF3;
}
</style>