Shades of Heliotrope #CB63FB
Tints of Heliotrope #CB63FB
RGB
CMYK
RGB Variations
Color information
#CB63FB (or 0xCB63FB) is known color: Heliotrope. HEX triplet: CB, 63 and FB. RGB value is (203,99,251). Sum of RGB (Red+Green+Blue) = 203+99+251=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB63FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63FB is #349C04. Grayscale: #929292. Windows color (decimal): -3447813 or 16475083. OLE color: 16475083.
HSL color Cylindrical-coordinate representation of color #CB63FB: hue angle of 281.05º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB63FB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 99 | 251 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.02 |
| HSL | 281.05º | 0.95% | 0.69% | - |
| HSV(B) | 281.05º | 0.61% | 0.98% | - |
| XYZ | 46.5 | 28.59 | 94.33 | - |
| YUV | 147.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 251 | 0.19 | 0.61 | 0 | 0.02 | 281.05 | 0.95 | 0.69 |
| Hex | CB | 63 | FB | 13 | 3D | 0 | 2 | 119 | 5F | 45 |
| Octal | 313 | 143 | 373 | 23 | 75 | 0 | 2 | 431 | 137 | 105 |
| Binary | 11001011 | 1100011 | 11111011 | 10011 | 111101 | 0 | 10 | 100011001 | 1011111 | 1000101 |
Color Harmonies of #CB63FB
Complementary color
Monochromatic Colors of #CB63FB
Black with #CB63FB
Text Example
Text Example
White with #CB63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63FB; }
p { color: rgb(203,99,251); }
H1.HeaderClassName
{
color: #CB63FB;
}
.AnyTagClassName
{
color: #CB63FB;
}
</style>
background-color css
<style>
a { background-color: #CB63FB; }
a { background-color: rgb(203,99,251); }
div.DivClassName
{
background-color: #CB63FB;
}
.BgClassName
{
background-color: #CB63FB;
}
</style>
border-color css
<style>
span { border-color: #CB63FB; }
span { border-color: rgb(203,99,251); }
td.TdClassName
{
border-color: #CB63FB;
}
.TagClassName
{
border-color: #CB63FB;
}
</style>