Shades of Heliotrope #CB73FA
Tints of Heliotrope #CB73FA
RGB
CMYK
RGB Variations
Color information
#CB73FA (or 0xCB73FA) is known color: Heliotrope. HEX triplet: CB, 73 and FA. RGB value is (203,115,250). Sum of RGB (Red+Green+Blue) = 203+115+250=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73FA is #348C05. Grayscale: #9C9C9C. Windows color (decimal): -3443718 or 16413643. OLE color: 16413643.
HSL color Cylindrical-coordinate representation of color #CB73FA: hue angle of 279.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB73FA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 115 | 250 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.02 |
| HSL | 279.11º | 0.93% | 0.72% | - |
| HSV(B) | 279.11º | 0.54% | 0.98% | - |
| XYZ | 48.01 | 31.86 | 94.06 | - |
| YUV | 156.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 250 | 0.19 | 0.54 | 0 | 0.02 | 279.11 | 0.93 | 0.72 |
| Hex | CB | 73 | FA | 13 | 36 | 0 | 2 | 117 | 5D | 48 |
| Octal | 313 | 163 | 372 | 23 | 66 | 0 | 2 | 427 | 135 | 110 |
| Binary | 11001011 | 1110011 | 11111010 | 10011 | 110110 | 0 | 10 | 100010111 | 1011101 | 1001000 |
Color Harmonies of #CB73FA
Complementary color
Monochromatic Colors of #CB73FA
Black with #CB73FA
Text Example
Text Example
White with #CB73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73FA; }
p { color: rgb(203,115,250); }
H1.HeaderClassName
{
color: #CB73FA;
}
.AnyTagClassName
{
color: #CB73FA;
}
</style>
background-color css
<style>
a { background-color: #CB73FA; }
a { background-color: rgb(203,115,250); }
div.DivClassName
{
background-color: #CB73FA;
}
.BgClassName
{
background-color: #CB73FA;
}
</style>
border-color css
<style>
span { border-color: #CB73FA; }
span { border-color: rgb(203,115,250); }
td.TdClassName
{
border-color: #CB73FA;
}
.TagClassName
{
border-color: #CB73FA;
}
</style>