Shades of Heliotrope #C885FF
Tints of Heliotrope #C885FF
RGB
CMYK
RGB Variations
Color information
#C885FF (or 0xC885FF) is known color: Heliotrope. HEX triplet: C8, 85 and FF. RGB value is (200,133,255). Sum of RGB (Red+Green+Blue) = 200+133+255=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #C885FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FF is #377A00. Grayscale: #A6A6A6. Windows color (decimal): -3635713 or 16745928. OLE color: 16745928.
HSL color Cylindrical-coordinate representation of color #C885FF: hue angle of 272.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C885FF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 133 | 255 | - |
| CMYK | 0.22 | 0.48 | 0 | 0 |
| HSL | 272.95º | 1% | 0.76% | - |
| HSV(B) | 272.95º | 0.48% | 1% | - |
| XYZ | 50.26 | 36.27 | 98.96 | - |
| YUV | 166.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 255 | 0.22 | 0.48 | 0 | 0 | 272.95 | 1 | 0.76 |
| Hex | C8 | 85 | FF | 16 | 30 | 0 | 0 | 111 | 64 | 4C |
| Octal | 310 | 205 | 377 | 26 | 60 | 0 | 0 | 421 | 144 | 114 |
| Binary | 11001000 | 10000101 | 11111111 | 10110 | 110000 | 0 | 0 | 100010001 | 1100100 | 1001100 |
Color Harmonies of #C885FF
Complementary color
Monochromatic Colors of #C885FF
Black with #C885FF
Text Example
Text Example
White with #C885FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885FF; }
p { color: rgb(200,133,255); }
H1.HeaderClassName
{
color: #C885FF;
}
.AnyTagClassName
{
color: #C885FF;
}
</style>
background-color css
<style>
a { background-color: #C885FF; }
a { background-color: rgb(200,133,255); }
div.DivClassName
{
background-color: #C885FF;
}
.BgClassName
{
background-color: #C885FF;
}
</style>
border-color css
<style>
span { border-color: #C885FF; }
span { border-color: rgb(200,133,255); }
td.TdClassName
{
border-color: #C885FF;
}
.TagClassName
{
border-color: #C885FF;
}
</style>