Shades of Heliotrope #CB63FD
Tints of Heliotrope #CB63FD
RGB
CMYK
RGB Variations
Color information
#CB63FD (or 0xCB63FD) is known color: Heliotrope. HEX triplet: CB, 63 and FD. RGB value is (203,99,253). Sum of RGB (Red+Green+Blue) = 203+99+253=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB63FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63FD is #349C02. Grayscale: #939393. Windows color (decimal): -3447811 or 16606155. OLE color: 16606155.
HSL color Cylindrical-coordinate representation of color #CB63FD: hue angle of 280.52º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB63FD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 99 | 253 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.01 |
| HSL | 280.52º | 0.97% | 0.69% | - |
| HSV(B) | 280.52º | 0.61% | 0.99% | - |
| XYZ | 46.82 | 28.71 | 96 | - |
| YUV | 147.65 | 187.46 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 253 | 0.20 | 0.61 | 0 | 0.01 | 280.52 | 0.97 | 0.69 |
| Hex | CB | 63 | FD | 14 | 3D | 0 | 1 | 119 | 61 | 45 |
| Octal | 313 | 143 | 375 | 24 | 75 | 0 | 1 | 431 | 141 | 105 |
| Binary | 11001011 | 1100011 | 11111101 | 10100 | 111101 | 0 | 1 | 100011001 | 1100001 | 1000101 |
Color Harmonies of #CB63FD
Complementary color
Monochromatic Colors of #CB63FD
Black with #CB63FD
Text Example
Text Example
White with #CB63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63FD; }
p { color: rgb(203,99,253); }
H1.HeaderClassName
{
color: #CB63FD;
}
.AnyTagClassName
{
color: #CB63FD;
}
</style>
background-color css
<style>
a { background-color: #CB63FD; }
a { background-color: rgb(203,99,253); }
div.DivClassName
{
background-color: #CB63FD;
}
.BgClassName
{
background-color: #CB63FD;
}
</style>
border-color css
<style>
span { border-color: #CB63FD; }
span { border-color: rgb(203,99,253); }
td.TdClassName
{
border-color: #CB63FD;
}
.TagClassName
{
border-color: #CB63FD;
}
</style>