Shades of Orchid #C882CE
Tints of Orchid #C882CE
RGB
CMYK
RGB Variations
Color information
#C882CE (or 0xC882CE) is known color: Orchid. HEX triplet: C8, 82 and CE. RGB value is (200,130,206). Sum of RGB (Red+Green+Blue) = 200+130+206=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #C882CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882CE is #377D31. Grayscale: #9F9F9F. Windows color (decimal): -3636530 or 13533896. OLE color: 13533896.
HSL color Cylindrical-coordinate representation of color #C882CE: hue angle of 295.26º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C882CE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 130 | 206 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.19 |
| HSL | 295.26º | 0.44% | 0.66% | - |
| HSV(B) | 295.26º | 0.37% | 0.81% | - |
| XYZ | 42.94 | 32.7 | 62.44 | - |
| YUV | 159.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 206 | 0.03 | 0.37 | 0 | 0.19 | 295.26 | 0.44 | 0.66 |
| Hex | C8 | 82 | CE | 3 | 25 | 0 | 13 | 127 | 2C | 42 |
| Octal | 310 | 202 | 316 | 3 | 45 | 0 | 23 | 447 | 54 | 102 |
| Binary | 11001000 | 10000010 | 11001110 | 11 | 100101 | 0 | 10011 | 100100111 | 101100 | 1000010 |
Color Harmonies of #C882CE
Complementary color
Monochromatic Colors of #C882CE
Black with #C882CE
Text Example
Text Example
White with #C882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882CE; }
p { color: rgb(200,130,206); }
H1.HeaderClassName
{
color: #C882CE;
}
.AnyTagClassName
{
color: #C882CE;
}
</style>
background-color css
<style>
a { background-color: #C882CE; }
a { background-color: rgb(200,130,206); }
div.DivClassName
{
background-color: #C882CE;
}
.BgClassName
{
background-color: #C882CE;
}
</style>
border-color css
<style>
span { border-color: #C882CE; }
span { border-color: rgb(200,130,206); }
td.TdClassName
{
border-color: #C882CE;
}
.TagClassName
{
border-color: #C882CE;
}
</style>