Shades of Heliotrope #CB5BFD
Tints of Heliotrope #CB5BFD
RGB
CMYK
RGB Variations
Color information
#CB5BFD (or 0xCB5BFD) is known color: Heliotrope. HEX triplet: CB, 5B and FD. RGB value is (203,91,253). Sum of RGB (Red+Green+Blue) = 203+91+253=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BFD is #34A402. Grayscale: #8E8E8E. Windows color (decimal): -3449859 or 16604107. OLE color: 16604107.
HSL color Cylindrical-coordinate representation of color #CB5BFD: hue angle of 281.48º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5BFD is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 91 | 253 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.01 |
| HSL | 281.48º | 0.98% | 0.67% | - |
| HSV(B) | 281.48º | 0.64% | 0.99% | - |
| XYZ | 46.1 | 27.27 | 95.76 | - |
| YUV | 142.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 253 | 0.20 | 0.64 | 0 | 0.01 | 281.48 | 0.98 | 0.67 |
| Hex | CB | 5B | FD | 14 | 40 | 0 | 1 | 119 | 62 | 43 |
| Octal | 313 | 133 | 375 | 24 | 100 | 0 | 1 | 431 | 142 | 103 |
| Binary | 11001011 | 1011011 | 11111101 | 10100 | 1000000 | 0 | 1 | 100011001 | 1100010 | 1000011 |
Color Harmonies of #CB5BFD
Complementary color
Monochromatic Colors of #CB5BFD
Black with #CB5BFD
Text Example
Text Example
White with #CB5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BFD; }
p { color: rgb(203,91,253); }
H1.HeaderClassName
{
color: #CB5BFD;
}
.AnyTagClassName
{
color: #CB5BFD;
}
</style>
background-color css
<style>
a { background-color: #CB5BFD; }
a { background-color: rgb(203,91,253); }
div.DivClassName
{
background-color: #CB5BFD;
}
.BgClassName
{
background-color: #CB5BFD;
}
</style>
border-color css
<style>
span { border-color: #CB5BFD; }
span { border-color: rgb(203,91,253); }
td.TdClassName
{
border-color: #CB5BFD;
}
.TagClassName
{
border-color: #CB5BFD;
}
</style>