Shades of Heliotrope #CB84FA
Tints of Heliotrope #CB84FA
RGB
CMYK
RGB Variations
Color information
#CB84FA (or 0xCB84FA) is known color: Heliotrope. HEX triplet: CB, 84 and FA. RGB value is (203,132,250). Sum of RGB (Red+Green+Blue) = 203+132+250=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84FA is #347B05. Grayscale: #A6A6A6. Windows color (decimal): -3439366 or 16417995. OLE color: 16417995.
HSL color Cylindrical-coordinate representation of color #CB84FA: hue angle of 276.1º degrees, saturation: 0.92, 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 #CB84FA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 132 | 250 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.02 |
| HSL | 276.1º | 0.92% | 0.75% | - |
| HSV(B) | 276.1º | 0.47% | 0.98% | - |
| XYZ | 50.14 | 36.1 | 94.77 | - |
| YUV | 166.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 250 | 0.19 | 0.47 | 0 | 0.02 | 276.1 | 0.92 | 0.75 |
| Hex | CB | 84 | FA | 13 | 2F | 0 | 2 | 114 | 5C | 4B |
| Octal | 313 | 204 | 372 | 23 | 57 | 0 | 2 | 424 | 134 | 113 |
| Binary | 11001011 | 10000100 | 11111010 | 10011 | 101111 | 0 | 10 | 100010100 | 1011100 | 1001011 |
Color Harmonies of #CB84FA
Complementary color
Monochromatic Colors of #CB84FA
Black with #CB84FA
Text Example
Text Example
White with #CB84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84FA; }
p { color: rgb(203,132,250); }
H1.HeaderClassName
{
color: #CB84FA;
}
.AnyTagClassName
{
color: #CB84FA;
}
</style>
background-color css
<style>
a { background-color: #CB84FA; }
a { background-color: rgb(203,132,250); }
div.DivClassName
{
background-color: #CB84FA;
}
.BgClassName
{
background-color: #CB84FA;
}
</style>
border-color css
<style>
span { border-color: #CB84FA; }
span { border-color: rgb(203,132,250); }
td.TdClassName
{
border-color: #CB84FA;
}
.TagClassName
{
border-color: #CB84FA;
}
</style>