Shades of Heliotrope #C95AFB
Tints of Heliotrope #C95AFB
RGB
CMYK
RGB Variations
Color information
#C95AFB (or 0xC95AFB) is known color: Heliotrope. HEX triplet: C9, 5A and FB. RGB value is (201,90,251). Sum of RGB (Red+Green+Blue) = 201+90+251=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #C95AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AFB is #36A504. Grayscale: #8D8D8D. Windows color (decimal): -3581189 or 16472777. OLE color: 16472777.
HSL color Cylindrical-coordinate representation of color #C95AFB: hue angle of 281.37º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95AFB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 90 | 251 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.02 |
| HSL | 281.37º | 0.95% | 0.67% | - |
| HSV(B) | 281.37º | 0.64% | 0.98% | - |
| XYZ | 45.16 | 26.69 | 94.04 | - |
| YUV | 141.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 251 | 0.20 | 0.64 | 0 | 0.02 | 281.37 | 0.95 | 0.67 |
| Hex | C9 | 5A | FB | 14 | 40 | 0 | 2 | 119 | 5F | 43 |
| Octal | 311 | 132 | 373 | 24 | 100 | 0 | 2 | 431 | 137 | 103 |
| Binary | 11001001 | 1011010 | 11111011 | 10100 | 1000000 | 0 | 10 | 100011001 | 1011111 | 1000011 |
Color Harmonies of #C95AFB
Complementary color
Monochromatic Colors of #C95AFB
Black with #C95AFB
Text Example
Text Example
White with #C95AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AFB; }
p { color: rgb(201,90,251); }
H1.HeaderClassName
{
color: #C95AFB;
}
.AnyTagClassName
{
color: #C95AFB;
}
</style>
background-color css
<style>
a { background-color: #C95AFB; }
a { background-color: rgb(201,90,251); }
div.DivClassName
{
background-color: #C95AFB;
}
.BgClassName
{
background-color: #C95AFB;
}
</style>
border-color css
<style>
span { border-color: #C95AFB; }
span { border-color: rgb(201,90,251); }
td.TdClassName
{
border-color: #C95AFB;
}
.TagClassName
{
border-color: #C95AFB;
}
</style>