Shades of Heliotrope #CB49FD
Tints of Heliotrope #CB49FD
RGB
CMYK
RGB Variations
Color information
#CB49FD (or 0xCB49FD) is known color: Heliotrope. HEX triplet: CB, 49 and FD. RGB value is (203,73,253). Sum of RGB (Red+Green+Blue) = 203+73+253=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49FD is #34B602. Grayscale: #838383. Windows color (decimal): -3454467 or 16599499. OLE color: 16599499.
HSL color Cylindrical-coordinate representation of color #CB49FD: hue angle of 283.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB49FD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 73 | 253 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.01 |
| HSL | 283.33º | 0.98% | 0.64% | - |
| HSV(B) | 283.33º | 0.71% | 0.99% | - |
| XYZ | 44.74 | 24.55 | 95.31 | - |
| YUV | 132.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 253 | 0.20 | 0.71 | 0 | 0.01 | 283.33 | 0.98 | 0.64 |
| Hex | CB | 49 | FD | 14 | 47 | 0 | 1 | 11B | 62 | 40 |
| Octal | 313 | 111 | 375 | 24 | 107 | 0 | 1 | 433 | 142 | 100 |
| Binary | 11001011 | 1001001 | 11111101 | 10100 | 1000111 | 0 | 1 | 100011011 | 1100010 | 1000000 |
Color Harmonies of #CB49FD
Complementary color
Monochromatic Colors of #CB49FD
Black with #CB49FD
Text Example
Text Example
White with #CB49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49FD; }
p { color: rgb(203,73,253); }
H1.HeaderClassName
{
color: #CB49FD;
}
.AnyTagClassName
{
color: #CB49FD;
}
</style>
background-color css
<style>
a { background-color: #CB49FD; }
a { background-color: rgb(203,73,253); }
div.DivClassName
{
background-color: #CB49FD;
}
.BgClassName
{
background-color: #CB49FD;
}
</style>
border-color css
<style>
span { border-color: #CB49FD; }
span { border-color: rgb(203,73,253); }
td.TdClassName
{
border-color: #CB49FD;
}
.TagClassName
{
border-color: #CB49FD;
}
</style>