Shades of Orchid #C884CD
Tints of Orchid #C884CD
RGB
CMYK
RGB Variations
Color information
#C884CD (or 0xC884CD) is known color: Orchid. HEX triplet: C8, 84 and CD. RGB value is (200,132,205). Sum of RGB (Red+Green+Blue) = 200+132+205=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C884CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CD is #377B32. Grayscale: #A0A0A0. Windows color (decimal): -3636019 or 13468872. OLE color: 13468872.
HSL color Cylindrical-coordinate representation of color #C884CD: hue angle of 295.89º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C884CD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 132 | 205 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.20 |
| HSL | 295.89º | 0.42% | 0.66% | - |
| HSV(B) | 295.89º | 0.36% | 0.8% | - |
| XYZ | 43.09 | 33.19 | 61.89 | - |
| YUV | 160.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 205 | 0.02 | 0.36 | 0 | 0.20 | 295.89 | 0.42 | 0.66 |
| Hex | C8 | 84 | CD | 2 | 24 | 0 | 14 | 128 | 2A | 42 |
| Octal | 310 | 204 | 315 | 2 | 44 | 0 | 24 | 450 | 52 | 102 |
| Binary | 11001000 | 10000100 | 11001101 | 10 | 100100 | 0 | 10100 | 100101000 | 101010 | 1000010 |
Color Harmonies of #C884CD
Complementary color
Monochromatic Colors of #C884CD
Black with #C884CD
Text Example
Text Example
White with #C884CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884CD; }
p { color: rgb(200,132,205); }
H1.HeaderClassName
{
color: #C884CD;
}
.AnyTagClassName
{
color: #C884CD;
}
</style>
background-color css
<style>
a { background-color: #C884CD; }
a { background-color: rgb(200,132,205); }
div.DivClassName
{
background-color: #C884CD;
}
.BgClassName
{
background-color: #C884CD;
}
</style>
border-color css
<style>
span { border-color: #C884CD; }
span { border-color: rgb(200,132,205); }
td.TdClassName
{
border-color: #C884CD;
}
.TagClassName
{
border-color: #C884CD;
}
</style>