Shades of Heliotrope #C94BFF
Tints of Heliotrope #C94BFF
RGB
CMYK
RGB Variations
Color information
#C94BFF (or 0xC94BFF) is known color: Heliotrope. HEX triplet: C9, 4B and FF. RGB value is (201,75,255). Sum of RGB (Red+Green+Blue) = 201+75+255=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C94BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BFF is #36B400. Grayscale: #848484. Windows color (decimal): -3585025 or 16731081. OLE color: 16731081.
HSL color Cylindrical-coordinate representation of color #C94BFF: hue angle of 282º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C94BFF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 75 | 255 | - |
| CMYK | 0.21 | 0.71 | 0 | 0 |
| HSL | 282º | 1% | 0.65% | - |
| HSV(B) | 282º | 0.71% | 1% | - |
| XYZ | 44.65 | 24.67 | 97.02 | - |
| YUV | 133.19 | 196.74 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 255 | 0.21 | 0.71 | 0 | 0 | 282 | 1 | 0.65 |
| Hex | C9 | 4B | FF | 15 | 47 | 0 | 0 | 11A | 64 | 41 |
| Octal | 311 | 113 | 377 | 25 | 107 | 0 | 0 | 432 | 144 | 101 |
| Binary | 11001001 | 1001011 | 11111111 | 10101 | 1000111 | 0 | 0 | 100011010 | 1100100 | 1000001 |
Color Harmonies of #C94BFF
Complementary color
Monochromatic Colors of #C94BFF
Black with #C94BFF
Text Example
Text Example
White with #C94BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BFF; }
p { color: rgb(201,75,255); }
H1.HeaderClassName
{
color: #C94BFF;
}
.AnyTagClassName
{
color: #C94BFF;
}
</style>
background-color css
<style>
a { background-color: #C94BFF; }
a { background-color: rgb(201,75,255); }
div.DivClassName
{
background-color: #C94BFF;
}
.BgClassName
{
background-color: #C94BFF;
}
</style>
border-color css
<style>
span { border-color: #C94BFF; }
span { border-color: rgb(201,75,255); }
td.TdClassName
{
border-color: #C94BFF;
}
.TagClassName
{
border-color: #C94BFF;
}
</style>