Shades of Heliotrope #CB57F3
Tints of Heliotrope #CB57F3
RGB
CMYK
RGB Variations
Color information
#CB57F3 (or 0xCB57F3) is known color: Heliotrope. HEX triplet: CB, 57 and F3. RGB value is (203,87,243). Sum of RGB (Red+Green+Blue) = 203+87+243=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB57F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57F3 is #34A80C. Grayscale: #8A8A8A. Windows color (decimal): -3450893 or 15947723. OLE color: 15947723.
HSL color Cylindrical-coordinate representation of color #CB57F3: hue angle of 284.62º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB57F3 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 87 | 243 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.05 |
| HSL | 284.62º | 0.87% | 0.65% | - |
| HSV(B) | 284.62º | 0.64% | 0.95% | - |
| XYZ | 44.21 | 25.98 | 87.48 | - |
| YUV | 139.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 243 | 0.16 | 0.64 | 0 | 0.05 | 284.62 | 0.87 | 0.65 |
| Hex | CB | 57 | F3 | 10 | 40 | 0 | 5 | 11D | 57 | 41 |
| Octal | 313 | 127 | 363 | 20 | 100 | 0 | 5 | 435 | 127 | 101 |
| Binary | 11001011 | 1010111 | 11110011 | 10000 | 1000000 | 0 | 101 | 100011101 | 1010111 | 1000001 |
Color Harmonies of #CB57F3
Complementary color
Monochromatic Colors of #CB57F3
Black with #CB57F3
Text Example
Text Example
White with #CB57F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57F3; }
p { color: rgb(203,87,243); }
H1.HeaderClassName
{
color: #CB57F3;
}
.AnyTagClassName
{
color: #CB57F3;
}
</style>
background-color css
<style>
a { background-color: #CB57F3; }
a { background-color: rgb(203,87,243); }
div.DivClassName
{
background-color: #CB57F3;
}
.BgClassName
{
background-color: #CB57F3;
}
</style>
border-color css
<style>
span { border-color: #CB57F3; }
span { border-color: rgb(203,87,243); }
td.TdClassName
{
border-color: #CB57F3;
}
.TagClassName
{
border-color: #CB57F3;
}
</style>