Shades of Heliotrope #CB78F1
Tints of Heliotrope #CB78F1
RGB
CMYK
RGB Variations
Color information
#CB78F1 (or 0xCB78F1) is known color: Heliotrope. HEX triplet: CB, 78 and F1. RGB value is (203,120,241). Sum of RGB (Red+Green+Blue) = 203+120+241=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78F1 is #34870E. Grayscale: #9E9E9E. Windows color (decimal): -3442447 or 15825099. OLE color: 15825099.
HSL color Cylindrical-coordinate representation of color #CB78F1: hue angle of 281.16º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB78F1 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 120 | 241 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.05 |
| HSL | 281.16º | 0.81% | 0.71% | - |
| HSV(B) | 281.16º | 0.5% | 0.95% | - |
| XYZ | 47.22 | 32.48 | 87 | - |
| YUV | 158.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 241 | 0.16 | 0.50 | 0 | 0.05 | 281.16 | 0.81 | 0.71 |
| Hex | CB | 78 | F1 | 10 | 32 | 0 | 5 | 119 | 51 | 47 |
| Octal | 313 | 170 | 361 | 20 | 62 | 0 | 5 | 431 | 121 | 107 |
| Binary | 11001011 | 1111000 | 11110001 | 10000 | 110010 | 0 | 101 | 100011001 | 1010001 | 1000111 |
Color Harmonies of #CB78F1
Complementary color
Monochromatic Colors of #CB78F1
Black with #CB78F1
Text Example
Text Example
White with #CB78F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78F1; }
p { color: rgb(203,120,241); }
H1.HeaderClassName
{
color: #CB78F1;
}
.AnyTagClassName
{
color: #CB78F1;
}
</style>
background-color css
<style>
a { background-color: #CB78F1; }
a { background-color: rgb(203,120,241); }
div.DivClassName
{
background-color: #CB78F1;
}
.BgClassName
{
background-color: #CB78F1;
}
</style>
border-color css
<style>
span { border-color: #CB78F1; }
span { border-color: rgb(203,120,241); }
td.TdClassName
{
border-color: #CB78F1;
}
.TagClassName
{
border-color: #CB78F1;
}
</style>