Shades of Heliotrope #CE4BFA
Tints of Heliotrope #CE4BFA
RGB
CMYK
RGB Variations
Color information
#CE4BFA (or 0xCE4BFA) is known color: Heliotrope. HEX triplet: CE, 4B and FA. RGB value is (206,75,250). Sum of RGB (Red+Green+Blue) = 206+75+250=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BFA is #31B405. Grayscale: #858585. Windows color (decimal): -3257350 or 16403406. OLE color: 16403406.
HSL color Cylindrical-coordinate representation of color #CE4BFA: hue angle of 284.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4BFA is Cyan = 0.18, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 75 | 250 | - |
| CMYK | 0.18 | 0.7 | 0 | 0.02 |
| HSL | 284.91º | 0.95% | 0.64% | - |
| HSV(B) | 284.91º | 0.7% | 0.98% | - |
| XYZ | 45.22 | 25.06 | 92.9 | - |
| YUV | 134.12 | 193.4 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 250 | 0.18 | 0.7 | 0 | 0.02 | 284.91 | 0.95 | 0.64 |
| Hex | CE | 4B | FA | 12 | 46 | 0 | 2 | 11D | 5F | 40 |
| Octal | 316 | 113 | 372 | 22 | 106 | 0 | 2 | 435 | 137 | 100 |
| Binary | 11001110 | 1001011 | 11111010 | 10010 | 1000110 | 0 | 10 | 100011101 | 1011111 | 1000000 |
Color Harmonies of #CE4BFA
Complementary color
Monochromatic Colors of #CE4BFA
Black with #CE4BFA
Text Example
Text Example
White with #CE4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BFA; }
p { color: rgb(206,75,250); }
H1.HeaderClassName
{
color: #CE4BFA;
}
.AnyTagClassName
{
color: #CE4BFA;
}
</style>
background-color css
<style>
a { background-color: #CE4BFA; }
a { background-color: rgb(206,75,250); }
div.DivClassName
{
background-color: #CE4BFA;
}
.BgClassName
{
background-color: #CE4BFA;
}
</style>
border-color css
<style>
span { border-color: #CE4BFA; }
span { border-color: rgb(206,75,250); }
td.TdClassName
{
border-color: #CE4BFA;
}
.TagClassName
{
border-color: #CE4BFA;
}
</style>