Shades of Heliotrope #CB74F1
Tints of Heliotrope #CB74F1
RGB
CMYK
RGB Variations
Color information
#CB74F1 (or 0xCB74F1) is known color: Heliotrope. HEX triplet: CB, 74 and F1. RGB value is (203,116,241). Sum of RGB (Red+Green+Blue) = 203+116+241=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74F1 is #348B0E. Grayscale: #9B9B9B. Windows color (decimal): -3443471 or 15824075. OLE color: 15824075.
HSL color Cylindrical-coordinate representation of color #CB74F1: hue angle of 281.76º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB74F1 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 116 | 241 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.05 |
| HSL | 281.76º | 0.82% | 0.7% | - |
| HSV(B) | 281.76º | 0.52% | 0.95% | - |
| XYZ | 46.75 | 31.54 | 86.84 | - |
| YUV | 156.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 241 | 0.16 | 0.52 | 0 | 0.05 | 281.76 | 0.82 | 0.7 |
| Hex | CB | 74 | F1 | 10 | 34 | 0 | 5 | 11A | 52 | 46 |
| Octal | 313 | 164 | 361 | 20 | 64 | 0 | 5 | 432 | 122 | 106 |
| Binary | 11001011 | 1110100 | 11110001 | 10000 | 110100 | 0 | 101 | 100011010 | 1010010 | 1000110 |
Color Harmonies of #CB74F1
Complementary color
Monochromatic Colors of #CB74F1
Black with #CB74F1
Text Example
Text Example
White with #CB74F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74F1; }
p { color: rgb(203,116,241); }
H1.HeaderClassName
{
color: #CB74F1;
}
.AnyTagClassName
{
color: #CB74F1;
}
</style>
background-color css
<style>
a { background-color: #CB74F1; }
a { background-color: rgb(203,116,241); }
div.DivClassName
{
background-color: #CB74F1;
}
.BgClassName
{
background-color: #CB74F1;
}
</style>
border-color css
<style>
span { border-color: #CB74F1; }
span { border-color: rgb(203,116,241); }
td.TdClassName
{
border-color: #CB74F1;
}
.TagClassName
{
border-color: #CB74F1;
}
</style>