Shades of Heliotrope #C281FF
Tints of Heliotrope #C281FF
RGB
CMYK
RGB Variations
Color information
#C281FF (or 0xC281FF) is known color: Heliotrope. HEX triplet: C2, 81 and FF. RGB value is (194,129,255). Sum of RGB (Red+Green+Blue) = 194+129+255=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #C281FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C281FF is #3D7E00. Grayscale: #A2A2A2. Windows color (decimal): -4029953 or 16744898. OLE color: 16744898.
HSL color Cylindrical-coordinate representation of color #C281FF: hue angle of 270.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C281FF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 129 | 255 | - |
| CMYK | 0.24 | 0.49 | 0 | 0 |
| HSL | 270.95º | 1% | 0.75% | - |
| HSV(B) | 270.95º | 0.49% | 1% | - |
| XYZ | 48.15 | 34.39 | 98.71 | - |
| YUV | 162.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 255 | 0.24 | 0.49 | 0 | 0 | 270.95 | 1 | 0.75 |
| Hex | C2 | 81 | FF | 18 | 31 | 0 | 0 | 10F | 64 | 4B |
| Octal | 302 | 201 | 377 | 30 | 61 | 0 | 0 | 417 | 144 | 113 |
| Binary | 11000010 | 10000001 | 11111111 | 11000 | 110001 | 0 | 0 | 100001111 | 1100100 | 1001011 |
Color Harmonies of #C281FF
Complementary color
Monochromatic Colors of #C281FF
Black with #C281FF
Text Example
Text Example
White with #C281FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281FF; }
p { color: rgb(194,129,255); }
H1.HeaderClassName
{
color: #C281FF;
}
.AnyTagClassName
{
color: #C281FF;
}
</style>
background-color css
<style>
a { background-color: #C281FF; }
a { background-color: rgb(194,129,255); }
div.DivClassName
{
background-color: #C281FF;
}
.BgClassName
{
background-color: #C281FF;
}
</style>
border-color css
<style>
span { border-color: #C281FF; }
span { border-color: rgb(194,129,255); }
td.TdClassName
{
border-color: #C281FF;
}
.TagClassName
{
border-color: #C281FF;
}
</style>