Shades of Heliotrope #C885FD
Tints of Heliotrope #C885FD
RGB
CMYK
RGB Variations
Color information
#C885FD (or 0xC885FD) is known color: Heliotrope. HEX triplet: C8, 85 and FD. RGB value is (200,133,253). Sum of RGB (Red+Green+Blue) = 200+133+253=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #C885FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FD is #377A02. Grayscale: #A6A6A6. Windows color (decimal): -3635715 or 16614856. OLE color: 16614856.
HSL color Cylindrical-coordinate representation of color #C885FD: hue angle of 273.5º 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 #C885FD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 133 | 253 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.01 |
| HSL | 273.5º | 0.97% | 0.76% | - |
| HSV(B) | 273.5º | 0.47% | 0.99% | - |
| XYZ | 49.94 | 36.15 | 97.27 | - |
| YUV | 166.71 | 176.7 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 253 | 0.21 | 0.47 | 0 | 0.01 | 273.5 | 0.97 | 0.76 |
| Hex | C8 | 85 | FD | 15 | 2F | 0 | 1 | 112 | 61 | 4C |
| Octal | 310 | 205 | 375 | 25 | 57 | 0 | 1 | 422 | 141 | 114 |
| Binary | 11001000 | 10000101 | 11111101 | 10101 | 101111 | 0 | 1 | 100010010 | 1100001 | 1001100 |
Color Harmonies of #C885FD
Complementary color
Monochromatic Colors of #C885FD
Black with #C885FD
Text Example
Text Example
White with #C885FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885FD; }
p { color: rgb(200,133,253); }
H1.HeaderClassName
{
color: #C885FD;
}
.AnyTagClassName
{
color: #C885FD;
}
</style>
background-color css
<style>
a { background-color: #C885FD; }
a { background-color: rgb(200,133,253); }
div.DivClassName
{
background-color: #C885FD;
}
.BgClassName
{
background-color: #C885FD;
}
</style>
border-color css
<style>
span { border-color: #C885FD; }
span { border-color: rgb(200,133,253); }
td.TdClassName
{
border-color: #C885FD;
}
.TagClassName
{
border-color: #C885FD;
}
</style>