Shades of Heliotrope #CB83FA
Tints of Heliotrope #CB83FA
RGB
CMYK
RGB Variations
Color information
#CB83FA (or 0xCB83FA) is known color: Heliotrope. HEX triplet: CB, 83 and FA. RGB value is (203,131,250). Sum of RGB (Red+Green+Blue) = 203+131+250=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 131 (51.56% from 255 or 22.43% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB83FA is #347C05. Grayscale: #A5A5A5. Windows color (decimal): -3439622 or 16417739. OLE color: 16417739.
HSL color Cylindrical-coordinate representation of color #CB83FA: hue angle of 276.3º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB83FA is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 131 | 250 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.02 |
| HSL | 276.3º | 0.92% | 0.75% | - |
| HSV(B) | 276.3º | 0.48% | 0.98% | - |
| XYZ | 50 | 35.83 | 94.72 | - |
| YUV | 166.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 250 | 0.19 | 0.48 | 0 | 0.02 | 276.3 | 0.92 | 0.75 |
| Hex | CB | 83 | FA | 13 | 30 | 0 | 2 | 114 | 5C | 4B |
| Octal | 313 | 203 | 372 | 23 | 60 | 0 | 2 | 424 | 134 | 113 |
| Binary | 11001011 | 10000011 | 11111010 | 10011 | 110000 | 0 | 10 | 100010100 | 1011100 | 1001011 |
Color Harmonies of #CB83FA
Complementary color
Monochromatic Colors of #CB83FA
Black with #CB83FA
Text Example
Text Example
White with #CB83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83FA; }
p { color: rgb(203,131,250); }
H1.HeaderClassName
{
color: #CB83FA;
}
.AnyTagClassName
{
color: #CB83FA;
}
</style>
background-color css
<style>
a { background-color: #CB83FA; }
a { background-color: rgb(203,131,250); }
div.DivClassName
{
background-color: #CB83FA;
}
.BgClassName
{
background-color: #CB83FA;
}
</style>
border-color css
<style>
span { border-color: #CB83FA; }
span { border-color: rgb(203,131,250); }
td.TdClassName
{
border-color: #CB83FA;
}
.TagClassName
{
border-color: #CB83FA;
}
</style>