Shades of Heliotrope #C885FC
Tints of Heliotrope #C885FC
RGB
CMYK
RGB Variations
Color information
#C885FC (or 0xC885FC) is known color: Heliotrope. HEX triplet: C8, 85 and FC. RGB value is (200,133,252). Sum of RGB (Red+Green+Blue) = 200+133+252=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #C885FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FC is #377A03. Grayscale: #A6A6A6. Windows color (decimal): -3635716 or 16549320. OLE color: 16549320.
HSL color Cylindrical-coordinate representation of color #C885FC: hue angle of 273.78º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C885FC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 133 | 252 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.01 |
| HSL | 273.78º | 0.95% | 0.75% | - |
| HSV(B) | 273.78º | 0.47% | 0.99% | - |
| XYZ | 49.78 | 36.08 | 96.44 | - |
| YUV | 166.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 252 | 0.21 | 0.47 | 0 | 0.01 | 273.78 | 0.95 | 0.75 |
| Hex | C8 | 85 | FC | 15 | 2F | 0 | 1 | 112 | 5F | 4B |
| Octal | 310 | 205 | 374 | 25 | 57 | 0 | 1 | 422 | 137 | 113 |
| Binary | 11001000 | 10000101 | 11111100 | 10101 | 101111 | 0 | 1 | 100010010 | 1011111 | 1001011 |
Color Harmonies of #C885FC
Complementary color
Monochromatic Colors of #C885FC
Black with #C885FC
Text Example
Text Example
White with #C885FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885FC; }
p { color: rgb(200,133,252); }
H1.HeaderClassName
{
color: #C885FC;
}
.AnyTagClassName
{
color: #C885FC;
}
</style>
background-color css
<style>
a { background-color: #C885FC; }
a { background-color: rgb(200,133,252); }
div.DivClassName
{
background-color: #C885FC;
}
.BgClassName
{
background-color: #C885FC;
}
</style>
border-color css
<style>
span { border-color: #C885FC; }
span { border-color: rgb(200,133,252); }
td.TdClassName
{
border-color: #C885FC;
}
.TagClassName
{
border-color: #C885FC;
}
</style>