Shades of Orchid #C882CA
Tints of Orchid #C882CA
RGB
CMYK
RGB Variations
Color information
#C882CA (or 0xC882CA) is known color: Orchid. HEX triplet: C8, 82 and CA. RGB value is (200,130,202). Sum of RGB (Red+Green+Blue) = 200+130+202=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C882CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882CA is #377D35. Grayscale: #9E9E9E. Windows color (decimal): -3636534 or 13271752. OLE color: 13271752.
HSL color Cylindrical-coordinate representation of color #C882CA: hue angle of 298.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C882CA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 130 | 202 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.21 |
| HSL | 298.33º | 0.4% | 0.65% | - |
| HSV(B) | 298.33º | 0.36% | 0.79% | - |
| XYZ | 42.46 | 32.51 | 59.91 | - |
| YUV | 159.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 202 | 0.01 | 0.36 | 0 | 0.21 | 298.33 | 0.4 | 0.65 |
| Hex | C8 | 82 | CA | 1 | 24 | 0 | 15 | 12A | 28 | 41 |
| Octal | 310 | 202 | 312 | 1 | 44 | 0 | 25 | 452 | 50 | 101 |
| Binary | 11001000 | 10000010 | 11001010 | 1 | 100100 | 0 | 10101 | 100101010 | 101000 | 1000001 |
Color Harmonies of #C882CA
Complementary color
Monochromatic Colors of #C882CA
Black with #C882CA
Text Example
Text Example
White with #C882CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882CA; }
p { color: rgb(200,130,202); }
H1.HeaderClassName
{
color: #C882CA;
}
.AnyTagClassName
{
color: #C882CA;
}
</style>
background-color css
<style>
a { background-color: #C882CA; }
a { background-color: rgb(200,130,202); }
div.DivClassName
{
background-color: #C882CA;
}
.BgClassName
{
background-color: #C882CA;
}
</style>
border-color css
<style>
span { border-color: #C882CA; }
span { border-color: rgb(200,130,202); }
td.TdClassName
{
border-color: #C882CA;
}
.TagClassName
{
border-color: #C882CA;
}
</style>