Shades of Heliotrope #CB84FB
Tints of Heliotrope #CB84FB
RGB
CMYK
RGB Variations
Color information
#CB84FB (or 0xCB84FB) is known color: Heliotrope. HEX triplet: CB, 84 and FB. RGB value is (203,132,251). Sum of RGB (Red+Green+Blue) = 203+132+251=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB84FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84FB is #347B04. Grayscale: #A6A6A6. Windows color (decimal): -3439365 or 16483531. OLE color: 16483531.
HSL color Cylindrical-coordinate representation of color #CB84FB: hue angle of 275.8º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB84FB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 132 | 251 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.02 |
| HSL | 275.8º | 0.94% | 0.75% | - |
| HSV(B) | 275.8º | 0.47% | 0.98% | - |
| XYZ | 50.29 | 36.16 | 95.6 | - |
| YUV | 166.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 251 | 0.19 | 0.47 | 0 | 0.02 | 275.8 | 0.94 | 0.75 |
| Hex | CB | 84 | FB | 13 | 2F | 0 | 2 | 114 | 5E | 4B |
| Octal | 313 | 204 | 373 | 23 | 57 | 0 | 2 | 424 | 136 | 113 |
| Binary | 11001011 | 10000100 | 11111011 | 10011 | 101111 | 0 | 10 | 100010100 | 1011110 | 1001011 |
Color Harmonies of #CB84FB
Complementary color
Monochromatic Colors of #CB84FB
Black with #CB84FB
Text Example
Text Example
White with #CB84FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84FB; }
p { color: rgb(203,132,251); }
H1.HeaderClassName
{
color: #CB84FB;
}
.AnyTagClassName
{
color: #CB84FB;
}
</style>
background-color css
<style>
a { background-color: #CB84FB; }
a { background-color: rgb(203,132,251); }
div.DivClassName
{
background-color: #CB84FB;
}
.BgClassName
{
background-color: #CB84FB;
}
</style>
border-color css
<style>
span { border-color: #CB84FB; }
span { border-color: rgb(203,132,251); }
td.TdClassName
{
border-color: #CB84FB;
}
.TagClassName
{
border-color: #CB84FB;
}
</style>