Shades of Heliotrope #CB73F0
Tints of Heliotrope #CB73F0
RGB
CMYK
RGB Variations
Color information
#CB73F0 (or 0xCB73F0) is known color: Heliotrope. HEX triplet: CB, 73 and F0. RGB value is (203,115,240). Sum of RGB (Red+Green+Blue) = 203+115+240=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB73F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73F0 is #348C0F. Grayscale: #9B9B9B. Windows color (decimal): -3443728 or 15758283. OLE color: 15758283.
HSL color Cylindrical-coordinate representation of color #CB73F0: hue angle of 282.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB73F0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 115 | 240 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.06 |
| HSL | 282.24º | 0.81% | 0.7% | - |
| HSV(B) | 282.24º | 0.52% | 0.94% | - |
| XYZ | 46.49 | 31.25 | 86.02 | - |
| YUV | 155.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 240 | 0.15 | 0.52 | 0 | 0.06 | 282.24 | 0.81 | 0.7 |
| Hex | CB | 73 | F0 | F | 34 | 0 | 6 | 11A | 51 | 46 |
| Octal | 313 | 163 | 360 | 17 | 64 | 0 | 6 | 432 | 121 | 106 |
| Binary | 11001011 | 1110011 | 11110000 | 1111 | 110100 | 0 | 110 | 100011010 | 1010001 | 1000110 |
Color Harmonies of #CB73F0
Complementary color
Monochromatic Colors of #CB73F0
Black with #CB73F0
Text Example
Text Example
White with #CB73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73F0; }
p { color: rgb(203,115,240); }
H1.HeaderClassName
{
color: #CB73F0;
}
.AnyTagClassName
{
color: #CB73F0;
}
</style>
background-color css
<style>
a { background-color: #CB73F0; }
a { background-color: rgb(203,115,240); }
div.DivClassName
{
background-color: #CB73F0;
}
.BgClassName
{
background-color: #CB73F0;
}
</style>
border-color css
<style>
span { border-color: #CB73F0; }
span { border-color: rgb(203,115,240); }
td.TdClassName
{
border-color: #CB73F0;
}
.TagClassName
{
border-color: #CB73F0;
}
</style>