Shades of Heliotrope #C087FD
Tints of Heliotrope #C087FD
RGB
CMYK
RGB Variations
Color information
#C087FD (or 0xC087FD) is known color: Heliotrope. HEX triplet: C0, 87 and FD. RGB value is (192,135,253). Sum of RGB (Red+Green+Blue) = 192+135+253=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #C087FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087FD is #3F7802. Grayscale: #A5A5A5. Windows color (decimal): -4159491 or 16615360. OLE color: 16615360.
HSL color Cylindrical-coordinate representation of color #C087FD: hue angle of 268.98º 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 #C087FD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 135 | 253 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.01 |
| HSL | 268.98º | 0.97% | 0.76% | - |
| HSV(B) | 268.98º | 0.47% | 0.99% | - |
| XYZ | 48.13 | 35.63 | 97.27 | - |
| YUV | 165.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 253 | 0.24 | 0.47 | 0 | 0.01 | 268.98 | 0.97 | 0.76 |
| Hex | C0 | 87 | FD | 18 | 2F | 0 | 1 | 10D | 61 | 4C |
| Octal | 300 | 207 | 375 | 30 | 57 | 0 | 1 | 415 | 141 | 114 |
| Binary | 11000000 | 10000111 | 11111101 | 11000 | 101111 | 0 | 1 | 100001101 | 1100001 | 1001100 |
Color Harmonies of #C087FD
Complementary color
Monochromatic Colors of #C087FD
Black with #C087FD
Text Example
Text Example
White with #C087FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087FD; }
p { color: rgb(192,135,253); }
H1.HeaderClassName
{
color: #C087FD;
}
.AnyTagClassName
{
color: #C087FD;
}
</style>
background-color css
<style>
a { background-color: #C087FD; }
a { background-color: rgb(192,135,253); }
div.DivClassName
{
background-color: #C087FD;
}
.BgClassName
{
background-color: #C087FD;
}
</style>
border-color css
<style>
span { border-color: #C087FD; }
span { border-color: rgb(192,135,253); }
td.TdClassName
{
border-color: #C087FD;
}
.TagClassName
{
border-color: #C087FD;
}
</style>