Shades of Heliotrope #CB63F1
Tints of Heliotrope #CB63F1
RGB
CMYK
RGB Variations
Color information
#CB63F1 (or 0xCB63F1) is known color: Heliotrope. HEX triplet: CB, 63 and F1. RGB value is (203,99,241). Sum of RGB (Red+Green+Blue) = 203+99+241=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB63F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63F1 is #349C0E. Grayscale: #919191. Windows color (decimal): -3447823 or 15819723. OLE color: 15819723.
HSL color Cylindrical-coordinate representation of color #CB63F1: hue angle of 283.94º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB63F1 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 99 | 241 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.05 |
| HSL | 283.94º | 0.84% | 0.67% | - |
| HSV(B) | 283.94º | 0.59% | 0.95% | - |
| XYZ | 44.97 | 27.97 | 86.25 | - |
| YUV | 146.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 241 | 0.16 | 0.59 | 0 | 0.05 | 283.94 | 0.84 | 0.67 |
| Hex | CB | 63 | F1 | 10 | 3B | 0 | 5 | 11C | 54 | 43 |
| Octal | 313 | 143 | 361 | 20 | 73 | 0 | 5 | 434 | 124 | 103 |
| Binary | 11001011 | 1100011 | 11110001 | 10000 | 111011 | 0 | 101 | 100011100 | 1010100 | 1000011 |
Color Harmonies of #CB63F1
Complementary color
Monochromatic Colors of #CB63F1
Black with #CB63F1
Text Example
Text Example
White with #CB63F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63F1; }
p { color: rgb(203,99,241); }
H1.HeaderClassName
{
color: #CB63F1;
}
.AnyTagClassName
{
color: #CB63F1;
}
</style>
background-color css
<style>
a { background-color: #CB63F1; }
a { background-color: rgb(203,99,241); }
div.DivClassName
{
background-color: #CB63F1;
}
.BgClassName
{
background-color: #CB63F1;
}
</style>
border-color css
<style>
span { border-color: #CB63F1; }
span { border-color: rgb(203,99,241); }
td.TdClassName
{
border-color: #CB63F1;
}
.TagClassName
{
border-color: #CB63F1;
}
</style>