Shades of Heliotrope #CB58F7
Tints of Heliotrope #CB58F7
RGB
CMYK
RGB Variations
Color information
#CB58F7 (or 0xCB58F7) is known color: Heliotrope. HEX triplet: CB, 58 and F7. RGB value is (203,88,247). Sum of RGB (Red+Green+Blue) = 203+88+247=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB58F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58F7 is #34A708. Grayscale: #8B8B8B. Windows color (decimal): -3450633 or 16210123. OLE color: 16210123.
HSL color Cylindrical-coordinate representation of color #CB58F7: hue angle of 283.4º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB58F7 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 88 | 247 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.03 |
| HSL | 283.4º | 0.91% | 0.66% | - |
| HSV(B) | 283.4º | 0.64% | 0.97% | - |
| XYZ | 44.91 | 26.39 | 90.72 | - |
| YUV | 140.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 247 | 0.18 | 0.64 | 0 | 0.03 | 283.4 | 0.91 | 0.66 |
| Hex | CB | 58 | F7 | 12 | 40 | 0 | 3 | 11B | 5B | 42 |
| Octal | 313 | 130 | 367 | 22 | 100 | 0 | 3 | 433 | 133 | 102 |
| Binary | 11001011 | 1011000 | 11110111 | 10010 | 1000000 | 0 | 11 | 100011011 | 1011011 | 1000010 |
Color Harmonies of #CB58F7
Complementary color
Monochromatic Colors of #CB58F7
Black with #CB58F7
Text Example
Text Example
White with #CB58F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58F7; }
p { color: rgb(203,88,247); }
H1.HeaderClassName
{
color: #CB58F7;
}
.AnyTagClassName
{
color: #CB58F7;
}
</style>
background-color css
<style>
a { background-color: #CB58F7; }
a { background-color: rgb(203,88,247); }
div.DivClassName
{
background-color: #CB58F7;
}
.BgClassName
{
background-color: #CB58F7;
}
</style>
border-color css
<style>
span { border-color: #CB58F7; }
span { border-color: rgb(203,88,247); }
td.TdClassName
{
border-color: #CB58F7;
}
.TagClassName
{
border-color: #CB58F7;
}
</style>