Shades of Heliotrope #C287FD
Tints of Heliotrope #C287FD
RGB
CMYK
RGB Variations
Color information
#C287FD (or 0xC287FD) is known color: Heliotrope. HEX triplet: C2, 87 and FD. RGB value is (194,135,253). Sum of RGB (Red+Green+Blue) = 194+135+253=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #C287FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C287FD is #3D7802. Grayscale: #A5A5A5. Windows color (decimal): -4028419 or 16615362. OLE color: 16615362.
HSL color Cylindrical-coordinate representation of color #C287FD: hue angle of 270º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C287FD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 135 | 253 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.76% | - |
| HSV(B) | 270º | 0.47% | 0.99% | - |
| XYZ | 48.64 | 35.89 | 97.29 | - |
| YUV | 166.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 253 | 0.23 | 0.47 | 0 | 0.01 | 270 | 0.97 | 0.76 |
| Hex | C2 | 87 | FD | 17 | 2F | 0 | 1 | 10E | 61 | 4C |
| Octal | 302 | 207 | 375 | 27 | 57 | 0 | 1 | 416 | 141 | 114 |
| Binary | 11000010 | 10000111 | 11111101 | 10111 | 101111 | 0 | 1 | 100001110 | 1100001 | 1001100 |
Color Harmonies of #C287FD
Complementary color
Monochromatic Colors of #C287FD
Black with #C287FD
Text Example
Text Example
White with #C287FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287FD; }
p { color: rgb(194,135,253); }
H1.HeaderClassName
{
color: #C287FD;
}
.AnyTagClassName
{
color: #C287FD;
}
</style>
background-color css
<style>
a { background-color: #C287FD; }
a { background-color: rgb(194,135,253); }
div.DivClassName
{
background-color: #C287FD;
}
.BgClassName
{
background-color: #C287FD;
}
</style>
border-color css
<style>
span { border-color: #C287FD; }
span { border-color: rgb(194,135,253); }
td.TdClassName
{
border-color: #C287FD;
}
.TagClassName
{
border-color: #C287FD;
}
</style>