Shades of Heliotrope #CB85FC
Tints of Heliotrope #CB85FC
RGB
CMYK
RGB Variations
Color information
#CB85FC (or 0xCB85FC) is known color: Heliotrope. HEX triplet: CB, 85 and FC. RGB value is (203,133,252). Sum of RGB (Red+Green+Blue) = 203+133+252=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85FC is #347A03. Grayscale: #A7A7A7. Windows color (decimal): -3439108 or 16549323. OLE color: 16549323.
HSL color Cylindrical-coordinate representation of color #CB85FC: hue angle of 275.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB85FC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 133 | 252 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.01 |
| HSL | 275.29º | 0.95% | 0.75% | - |
| HSV(B) | 275.29º | 0.47% | 0.99% | - |
| XYZ | 50.59 | 36.5 | 96.47 | - |
| YUV | 167.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 252 | 0.19 | 0.47 | 0 | 0.01 | 275.29 | 0.95 | 0.75 |
| Hex | CB | 85 | FC | 13 | 2F | 0 | 1 | 113 | 5F | 4B |
| Octal | 313 | 205 | 374 | 23 | 57 | 0 | 1 | 423 | 137 | 113 |
| Binary | 11001011 | 10000101 | 11111100 | 10011 | 101111 | 0 | 1 | 100010011 | 1011111 | 1001011 |
Color Harmonies of #CB85FC
Complementary color
Monochromatic Colors of #CB85FC
Black with #CB85FC
Text Example
Text Example
White with #CB85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85FC; }
p { color: rgb(203,133,252); }
H1.HeaderClassName
{
color: #CB85FC;
}
.AnyTagClassName
{
color: #CB85FC;
}
</style>
background-color css
<style>
a { background-color: #CB85FC; }
a { background-color: rgb(203,133,252); }
div.DivClassName
{
background-color: #CB85FC;
}
.BgClassName
{
background-color: #CB85FC;
}
</style>
border-color css
<style>
span { border-color: #CB85FC; }
span { border-color: rgb(203,133,252); }
td.TdClassName
{
border-color: #CB85FC;
}
.TagClassName
{
border-color: #CB85FC;
}
</style>