Shades of Orchid #C884CA
Tints of Orchid #C884CA
RGB
CMYK
RGB Variations
Color information
#C884CA (or 0xC884CA) is known color: Orchid. HEX triplet: C8, 84 and CA. RGB value is (200,132,202). Sum of RGB (Red+Green+Blue) = 200+132+202=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C884CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CA is #377B35. Grayscale: #A0A0A0. Windows color (decimal): -3636022 or 13272264. OLE color: 13272264.
HSL color Cylindrical-coordinate representation of color #C884CA: hue angle of 298.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C884CA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 132 | 202 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.21 |
| HSL | 298.29º | 0.4% | 0.65% | - |
| HSV(B) | 298.29º | 0.35% | 0.79% | - |
| XYZ | 42.73 | 33.05 | 60 | - |
| YUV | 160.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 202 | 0.01 | 0.35 | 0 | 0.21 | 298.29 | 0.4 | 0.65 |
| Hex | C8 | 84 | CA | 1 | 23 | 0 | 15 | 12A | 28 | 41 |
| Octal | 310 | 204 | 312 | 1 | 43 | 0 | 25 | 452 | 50 | 101 |
| Binary | 11001000 | 10000100 | 11001010 | 1 | 100011 | 0 | 10101 | 100101010 | 101000 | 1000001 |
Color Harmonies of #C884CA
Complementary color
Monochromatic Colors of #C884CA
Black with #C884CA
Text Example
Text Example
White with #C884CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884CA; }
p { color: rgb(200,132,202); }
H1.HeaderClassName
{
color: #C884CA;
}
.AnyTagClassName
{
color: #C884CA;
}
</style>
background-color css
<style>
a { background-color: #C884CA; }
a { background-color: rgb(200,132,202); }
div.DivClassName
{
background-color: #C884CA;
}
.BgClassName
{
background-color: #C884CA;
}
</style>
border-color css
<style>
span { border-color: #C884CA; }
span { border-color: rgb(200,132,202); }
td.TdClassName
{
border-color: #C884CA;
}
.TagClassName
{
border-color: #C884CA;
}
</style>