Shades of Orchid #C884CE
Tints of Orchid #C884CE
RGB
CMYK
RGB Variations
Color information
#C884CE (or 0xC884CE) is known color: Orchid. HEX triplet: C8, 84 and CE. RGB value is (200,132,206). Sum of RGB (Red+Green+Blue) = 200+132+206=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C884CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CE is #377B31. Grayscale: #A0A0A0. Windows color (decimal): -3636018 or 13534408. OLE color: 13534408.
HSL color Cylindrical-coordinate representation of color #C884CE: hue angle of 295.14º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C884CE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 132 | 206 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.19 |
| HSL | 295.14º | 0.43% | 0.66% | - |
| HSV(B) | 295.14º | 0.36% | 0.81% | - |
| XYZ | 43.21 | 33.24 | 62.53 | - |
| YUV | 160.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 206 | 0.03 | 0.36 | 0 | 0.19 | 295.14 | 0.43 | 0.66 |
| Hex | C8 | 84 | CE | 3 | 24 | 0 | 13 | 127 | 2B | 42 |
| Octal | 310 | 204 | 316 | 3 | 44 | 0 | 23 | 447 | 53 | 102 |
| Binary | 11001000 | 10000100 | 11001110 | 11 | 100100 | 0 | 10011 | 100100111 | 101011 | 1000010 |
Color Harmonies of #C884CE
Complementary color
Monochromatic Colors of #C884CE
Black with #C884CE
Text Example
Text Example
White with #C884CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884CE; }
p { color: rgb(200,132,206); }
H1.HeaderClassName
{
color: #C884CE;
}
.AnyTagClassName
{
color: #C884CE;
}
</style>
background-color css
<style>
a { background-color: #C884CE; }
a { background-color: rgb(200,132,206); }
div.DivClassName
{
background-color: #C884CE;
}
.BgClassName
{
background-color: #C884CE;
}
</style>
border-color css
<style>
span { border-color: #C884CE; }
span { border-color: rgb(200,132,206); }
td.TdClassName
{
border-color: #C884CE;
}
.TagClassName
{
border-color: #C884CE;
}
</style>