Shades of Heliotrope #CB74EB
Tints of Heliotrope #CB74EB
RGB
CMYK
RGB Variations
Color information
#CB74EB (or 0xCB74EB) is known color: Heliotrope. HEX triplet: CB, 74 and EB. RGB value is (203,116,235). Sum of RGB (Red+Green+Blue) = 203+116+235=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74EB is #348B14. Grayscale: #9B9B9B. Windows color (decimal): -3443477 or 15430859. OLE color: 15430859.
HSL color Cylindrical-coordinate representation of color #CB74EB: hue angle of 283.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB74EB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 116 | 235 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.08 |
| HSL | 283.87º | 0.75% | 0.69% | - |
| HSV(B) | 283.87º | 0.51% | 0.92% | - |
| XYZ | 45.87 | 31.19 | 82.2 | - |
| YUV | 155.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 235 | 0.14 | 0.51 | 0 | 0.08 | 283.87 | 0.75 | 0.69 |
| Hex | CB | 74 | EB | E | 33 | 0 | 8 | 11C | 4B | 45 |
| Octal | 313 | 164 | 353 | 16 | 63 | 0 | 10 | 434 | 113 | 105 |
| Binary | 11001011 | 1110100 | 11101011 | 1110 | 110011 | 0 | 1000 | 100011100 | 1001011 | 1000101 |
Color Harmonies of #CB74EB
Complementary color
Monochromatic Colors of #CB74EB
Black with #CB74EB
Text Example
Text Example
White with #CB74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74EB; }
p { color: rgb(203,116,235); }
H1.HeaderClassName
{
color: #CB74EB;
}
.AnyTagClassName
{
color: #CB74EB;
}
</style>
background-color css
<style>
a { background-color: #CB74EB; }
a { background-color: rgb(203,116,235); }
div.DivClassName
{
background-color: #CB74EB;
}
.BgClassName
{
background-color: #CB74EB;
}
</style>
border-color css
<style>
span { border-color: #CB74EB; }
span { border-color: rgb(203,116,235); }
td.TdClassName
{
border-color: #CB74EB;
}
.TagClassName
{
border-color: #CB74EB;
}
</style>