Shades of Heliotrope #CB4DFA
Tints of Heliotrope #CB4DFA
RGB
CMYK
RGB Variations
Color information
#CB4DFA (or 0xCB4DFA) is known color: Heliotrope. HEX triplet: CB, 4D and FA. RGB value is (203,77,250). Sum of RGB (Red+Green+Blue) = 203+77+250=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DFA is #34B205. Grayscale: #858585. Windows color (decimal): -3453446 or 16403915. OLE color: 16403915.
HSL color Cylindrical-coordinate representation of color #CB4DFA: hue angle of 283.7º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4DFA is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 77 | 250 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.02 |
| HSL | 283.7º | 0.95% | 0.64% | - |
| HSV(B) | 283.7º | 0.69% | 0.98% | - |
| XYZ | 44.54 | 24.91 | 92.9 | - |
| YUV | 134.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 250 | 0.19 | 0.69 | 0 | 0.02 | 283.7 | 0.95 | 0.64 |
| Hex | CB | 4D | FA | 13 | 45 | 0 | 2 | 11C | 5F | 40 |
| Octal | 313 | 115 | 372 | 23 | 105 | 0 | 2 | 434 | 137 | 100 |
| Binary | 11001011 | 1001101 | 11111010 | 10011 | 1000101 | 0 | 10 | 100011100 | 1011111 | 1000000 |
Color Harmonies of #CB4DFA
Complementary color
Monochromatic Colors of #CB4DFA
Black with #CB4DFA
Text Example
Text Example
White with #CB4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DFA; }
p { color: rgb(203,77,250); }
H1.HeaderClassName
{
color: #CB4DFA;
}
.AnyTagClassName
{
color: #CB4DFA;
}
</style>
background-color css
<style>
a { background-color: #CB4DFA; }
a { background-color: rgb(203,77,250); }
div.DivClassName
{
background-color: #CB4DFA;
}
.BgClassName
{
background-color: #CB4DFA;
}
</style>
border-color css
<style>
span { border-color: #CB4DFA; }
span { border-color: rgb(203,77,250); }
td.TdClassName
{
border-color: #CB4DFA;
}
.TagClassName
{
border-color: #CB4DFA;
}
</style>