Shades of Heliotrope #C280FD
Tints of Heliotrope #C280FD
RGB
CMYK
RGB Variations
Color information
#C280FD (or 0xC280FD) is known color: Heliotrope. HEX triplet: C2, 80 and FD. RGB value is (194,128,253). Sum of RGB (Red+Green+Blue) = 194+128+253=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C280FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280FD is #3D7F02. Grayscale: #A1A1A1. Windows color (decimal): -4030211 or 16613570. OLE color: 16613570.
HSL color Cylindrical-coordinate representation of color #C280FD: hue angle of 271.68º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C280FD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 128 | 253 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.01 |
| HSL | 271.68º | 0.97% | 0.75% | - |
| HSV(B) | 271.68º | 0.49% | 0.99% | - |
| XYZ | 47.7 | 34 | 96.98 | - |
| YUV | 161.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 253 | 0.23 | 0.49 | 0 | 0.01 | 271.68 | 0.97 | 0.75 |
| Hex | C2 | 80 | FD | 17 | 31 | 0 | 1 | 110 | 61 | 4B |
| Octal | 302 | 200 | 375 | 27 | 61 | 0 | 1 | 420 | 141 | 113 |
| Binary | 11000010 | 10000000 | 11111101 | 10111 | 110001 | 0 | 1 | 100010000 | 1100001 | 1001011 |
Color Harmonies of #C280FD
Complementary color
Monochromatic Colors of #C280FD
Black with #C280FD
Text Example
Text Example
White with #C280FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280FD; }
p { color: rgb(194,128,253); }
H1.HeaderClassName
{
color: #C280FD;
}
.AnyTagClassName
{
color: #C280FD;
}
</style>
background-color css
<style>
a { background-color: #C280FD; }
a { background-color: rgb(194,128,253); }
div.DivClassName
{
background-color: #C280FD;
}
.BgClassName
{
background-color: #C280FD;
}
</style>
border-color css
<style>
span { border-color: #C280FD; }
span { border-color: rgb(194,128,253); }
td.TdClassName
{
border-color: #C280FD;
}
.TagClassName
{
border-color: #C280FD;
}
</style>