Shades of Heliotrope #C95BFE
Tints of Heliotrope #C95BFE
RGB
CMYK
RGB Variations
Color information
#C95BFE (or 0xC95BFE) is known color: Heliotrope. HEX triplet: C9, 5B and FE. RGB value is (201,91,254). Sum of RGB (Red+Green+Blue) = 201+91+254=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C95BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BFE is #36A401. Grayscale: #8D8D8D. Windows color (decimal): -3580930 or 16669641. OLE color: 16669641.
HSL color Cylindrical-coordinate representation of color #C95BFE: hue angle of 280.49º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95BFE is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 91 | 254 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.00 |
| HSL | 280.49º | 0.99% | 0.68% | - |
| HSV(B) | 280.49º | 0.64% | 1% | - |
| XYZ | 45.72 | 27.06 | 96.58 | - |
| YUV | 142.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 254 | 0.21 | 0.64 | 0 | 0.00 | 280.49 | 0.99 | 0.68 |
| Hex | C9 | 5B | FE | 15 | 40 | 0 | 0 | 118 | 63 | 44 |
| Octal | 311 | 133 | 376 | 25 | 100 | 0 | 0 | 430 | 143 | 104 |
| Binary | 11001001 | 1011011 | 11111110 | 10101 | 1000000 | 0 | 0 | 100011000 | 1100011 | 1000100 |
Color Harmonies of #C95BFE
Complementary color
Monochromatic Colors of #C95BFE
Black with #C95BFE
Text Example
Text Example
White with #C95BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BFE; }
p { color: rgb(201,91,254); }
H1.HeaderClassName
{
color: #C95BFE;
}
.AnyTagClassName
{
color: #C95BFE;
}
</style>
background-color css
<style>
a { background-color: #C95BFE; }
a { background-color: rgb(201,91,254); }
div.DivClassName
{
background-color: #C95BFE;
}
.BgClassName
{
background-color: #C95BFE;
}
</style>
border-color css
<style>
span { border-color: #C95BFE; }
span { border-color: rgb(201,91,254); }
td.TdClassName
{
border-color: #C95BFE;
}
.TagClassName
{
border-color: #C95BFE;
}
</style>