Shades of Heliotrope #CB4AFE
Tints of Heliotrope #CB4AFE
RGB
CMYK
RGB Variations
Color information
#CB4AFE (or 0xCB4AFE) is known color: Heliotrope. HEX triplet: CB, 4A and FE. RGB value is (203,74,254). Sum of RGB (Red+Green+Blue) = 203+74+254=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 74 (29.30% from 255 or 13.94% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AFE is #34B501. Grayscale: #848484. Windows color (decimal): -3454210 or 16665291. OLE color: 16665291.
HSL color Cylindrical-coordinate representation of color #CB4AFE: hue angle of 283º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB4AFE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 74 | 254 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.00 |
| HSL | 283º | 0.99% | 0.64% | - |
| HSV(B) | 283º | 0.71% | 1% | - |
| XYZ | 44.97 | 24.75 | 96.17 | - |
| YUV | 133.09 | 196.24 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 254 | 0.20 | 0.71 | 0 | 0.00 | 283 | 0.99 | 0.64 |
| Hex | CB | 4A | FE | 14 | 47 | 0 | 0 | 11B | 63 | 40 |
| Octal | 313 | 112 | 376 | 24 | 107 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001011 | 1001010 | 11111110 | 10100 | 1000111 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #CB4AFE
Complementary color
Monochromatic Colors of #CB4AFE
Black with #CB4AFE
Text Example
Text Example
White with #CB4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AFE; }
p { color: rgb(203,74,254); }
H1.HeaderClassName
{
color: #CB4AFE;
}
.AnyTagClassName
{
color: #CB4AFE;
}
</style>
background-color css
<style>
a { background-color: #CB4AFE; }
a { background-color: rgb(203,74,254); }
div.DivClassName
{
background-color: #CB4AFE;
}
.BgClassName
{
background-color: #CB4AFE;
}
</style>
border-color css
<style>
span { border-color: #CB4AFE; }
span { border-color: rgb(203,74,254); }
td.TdClassName
{
border-color: #CB4AFE;
}
.TagClassName
{
border-color: #CB4AFE;
}
</style>