Shades of Heliotrope #CB5BFE
Tints of Heliotrope #CB5BFE
RGB
CMYK
RGB Variations
Color information
#CB5BFE (or 0xCB5BFE) is known color: Heliotrope. HEX triplet: CB, 5B and FE. RGB value is (203,91,254). Sum of RGB (Red+Green+Blue) = 203+91+254=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BFE is #34A401. Grayscale: #8E8E8E. Windows color (decimal): -3449858 or 16669643. OLE color: 16669643.
HSL color Cylindrical-coordinate representation of color #CB5BFE: hue angle of 281.23º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5BFE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 91 | 254 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.00 |
| HSL | 281.23º | 0.99% | 0.68% | - |
| HSV(B) | 281.23º | 0.64% | 1% | - |
| XYZ | 46.26 | 27.33 | 96.6 | - |
| YUV | 143.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 254 | 0.20 | 0.64 | 0 | 0.00 | 281.23 | 0.99 | 0.68 |
| Hex | CB | 5B | FE | 14 | 40 | 0 | 0 | 119 | 63 | 44 |
| Octal | 313 | 133 | 376 | 24 | 100 | 0 | 0 | 431 | 143 | 104 |
| Binary | 11001011 | 1011011 | 11111110 | 10100 | 1000000 | 0 | 0 | 100011001 | 1100011 | 1000100 |
Color Harmonies of #CB5BFE
Complementary color
Monochromatic Colors of #CB5BFE
Black with #CB5BFE
Text Example
Text Example
White with #CB5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BFE; }
p { color: rgb(203,91,254); }
H1.HeaderClassName
{
color: #CB5BFE;
}
.AnyTagClassName
{
color: #CB5BFE;
}
</style>
background-color css
<style>
a { background-color: #CB5BFE; }
a { background-color: rgb(203,91,254); }
div.DivClassName
{
background-color: #CB5BFE;
}
.BgClassName
{
background-color: #CB5BFE;
}
</style>
border-color css
<style>
span { border-color: #CB5BFE; }
span { border-color: rgb(203,91,254); }
td.TdClassName
{
border-color: #CB5BFE;
}
.TagClassName
{
border-color: #CB5BFE;
}
</style>