Shades of Heliotrope #CB74EA
Tints of Heliotrope #CB74EA
RGB
CMYK
RGB Variations
Color information
#CB74EA (or 0xCB74EA) is known color: Heliotrope. HEX triplet: CB, 74 and EA. RGB value is (203,116,234). Sum of RGB (Red+Green+Blue) = 203+116+234=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74EA is #348B15. Grayscale: #9B9B9B. Windows color (decimal): -3443478 or 15365323. OLE color: 15365323.
HSL color Cylindrical-coordinate representation of color #CB74EA: hue angle of 284.24º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB74EA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 116 | 234 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.08 |
| HSL | 284.24º | 0.74% | 0.69% | - |
| HSV(B) | 284.24º | 0.5% | 0.92% | - |
| XYZ | 45.73 | 31.13 | 81.44 | - |
| YUV | 155.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 234 | 0.13 | 0.50 | 0 | 0.08 | 284.24 | 0.74 | 0.69 |
| Hex | CB | 74 | EA | D | 32 | 0 | 8 | 11C | 4A | 45 |
| Octal | 313 | 164 | 352 | 15 | 62 | 0 | 10 | 434 | 112 | 105 |
| Binary | 11001011 | 1110100 | 11101010 | 1101 | 110010 | 0 | 1000 | 100011100 | 1001010 | 1000101 |
Color Harmonies of #CB74EA
Complementary color
Monochromatic Colors of #CB74EA
Black with #CB74EA
Text Example
Text Example
White with #CB74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74EA; }
p { color: rgb(203,116,234); }
H1.HeaderClassName
{
color: #CB74EA;
}
.AnyTagClassName
{
color: #CB74EA;
}
</style>
background-color css
<style>
a { background-color: #CB74EA; }
a { background-color: rgb(203,116,234); }
div.DivClassName
{
background-color: #CB74EA;
}
.BgClassName
{
background-color: #CB74EA;
}
</style>
border-color css
<style>
span { border-color: #CB74EA; }
span { border-color: rgb(203,116,234); }
td.TdClassName
{
border-color: #CB74EA;
}
.TagClassName
{
border-color: #CB74EA;
}
</style>