Shades of Heliotrope #CB73FC
Tints of Heliotrope #CB73FC
RGB
CMYK
RGB Variations
Color information
#CB73FC (or 0xCB73FC) is known color: Heliotrope. HEX triplet: CB, 73 and FC. RGB value is (203,115,252). Sum of RGB (Red+Green+Blue) = 203+115+252=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB73FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73FC is #348C03. Grayscale: #9C9C9C. Windows color (decimal): -3443716 or 16544715. OLE color: 16544715.
HSL color Cylindrical-coordinate representation of color #CB73FC: hue angle of 278.54º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB73FC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 115 | 252 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.01 |
| HSL | 278.54º | 0.96% | 0.72% | - |
| HSV(B) | 278.54º | 0.54% | 0.99% | - |
| XYZ | 48.33 | 31.99 | 95.72 | - |
| YUV | 156.93 | 181.65 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 252 | 0.19 | 0.54 | 0 | 0.01 | 278.54 | 0.96 | 0.72 |
| Hex | CB | 73 | FC | 13 | 36 | 0 | 1 | 117 | 60 | 48 |
| Octal | 313 | 163 | 374 | 23 | 66 | 0 | 1 | 427 | 140 | 110 |
| Binary | 11001011 | 1110011 | 11111100 | 10011 | 110110 | 0 | 1 | 100010111 | 1100000 | 1001000 |
Color Harmonies of #CB73FC
Complementary color
Monochromatic Colors of #CB73FC
Black with #CB73FC
Text Example
Text Example
White with #CB73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73FC; }
p { color: rgb(203,115,252); }
H1.HeaderClassName
{
color: #CB73FC;
}
.AnyTagClassName
{
color: #CB73FC;
}
</style>
background-color css
<style>
a { background-color: #CB73FC; }
a { background-color: rgb(203,115,252); }
div.DivClassName
{
background-color: #CB73FC;
}
.BgClassName
{
background-color: #CB73FC;
}
</style>
border-color css
<style>
span { border-color: #CB73FC; }
span { border-color: rgb(203,115,252); }
td.TdClassName
{
border-color: #CB73FC;
}
.TagClassName
{
border-color: #CB73FC;
}
</style>