Shades of Heliotrope #C885F3
Tints of Heliotrope #C885F3
RGB
CMYK
RGB Variations
Color information
#C885F3 (or 0xC885F3) is known color: Heliotrope. HEX triplet: C8, 85 and F3. RGB value is (200,133,243). Sum of RGB (Red+Green+Blue) = 200+133+243=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #C885F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885F3 is #377A0C. Grayscale: #A5A5A5. Windows color (decimal): -3635725 or 15959496. OLE color: 15959496.
HSL color Cylindrical-coordinate representation of color #C885F3: hue angle of 276.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C885F3 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 133 | 243 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.05 |
| HSL | 276.55º | 0.82% | 0.74% | - |
| HSV(B) | 276.55º | 0.45% | 0.95% | - |
| XYZ | 48.38 | 35.53 | 89.1 | - |
| YUV | 165.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 243 | 0.18 | 0.45 | 0 | 0.05 | 276.55 | 0.82 | 0.74 |
| Hex | C8 | 85 | F3 | 12 | 2D | 0 | 5 | 115 | 52 | 4A |
| Octal | 310 | 205 | 363 | 22 | 55 | 0 | 5 | 425 | 122 | 112 |
| Binary | 11001000 | 10000101 | 11110011 | 10010 | 101101 | 0 | 101 | 100010101 | 1010010 | 1001010 |
Color Harmonies of #C885F3
Complementary color
Monochromatic Colors of #C885F3
Black with #C885F3
Text Example
Text Example
White with #C885F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885F3; }
p { color: rgb(200,133,243); }
H1.HeaderClassName
{
color: #C885F3;
}
.AnyTagClassName
{
color: #C885F3;
}
</style>
background-color css
<style>
a { background-color: #C885F3; }
a { background-color: rgb(200,133,243); }
div.DivClassName
{
background-color: #C885F3;
}
.BgClassName
{
background-color: #C885F3;
}
</style>
border-color css
<style>
span { border-color: #C885F3; }
span { border-color: rgb(200,133,243); }
td.TdClassName
{
border-color: #C885F3;
}
.TagClassName
{
border-color: #C885F3;
}
</style>