Shades of Orchid #C881BE
Tints of Orchid #C881BE
RGB
CMYK
RGB Variations
Color information
#C881BE (or 0xC881BE) is known color: Orchid. HEX triplet: C8, 81 and BE. RGB value is (200,129,190). Sum of RGB (Red+Green+Blue) = 200+129+190=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BE is #377E41. Grayscale: #9D9D9D. Windows color (decimal): -3636802 or 12485064. OLE color: 12485064.
HSL color Cylindrical-coordinate representation of color #C881BE: hue angle of 308.45º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C881BE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 190 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.22 |
| HSL | 308.45º | 0.39% | 0.65% | - |
| HSV(B) | 308.45º | 0.36% | 0.78% | - |
| XYZ | 40.96 | 31.7 | 52.67 | - |
| YUV | 157.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 190 | 0 | 0.36 | 0.05 | 0.22 | 308.45 | 0.39 | 0.65 |
| Hex | C8 | 81 | BE | 0 | 24 | 5 | 16 | 134 | 27 | 41 |
| Octal | 310 | 201 | 276 | 0 | 44 | 5 | 26 | 464 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10111110 | 0 | 100100 | 101 | 10110 | 100110100 | 100111 | 1000001 |
Color Harmonies of #C881BE
Complementary color
Monochromatic Colors of #C881BE
Black with #C881BE
Text Example
Text Example
White with #C881BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881BE; }
p { color: rgb(200,129,190); }
H1.HeaderClassName
{
color: #C881BE;
}
.AnyTagClassName
{
color: #C881BE;
}
</style>
background-color css
<style>
a { background-color: #C881BE; }
a { background-color: rgb(200,129,190); }
div.DivClassName
{
background-color: #C881BE;
}
.BgClassName
{
background-color: #C881BE;
}
</style>
border-color css
<style>
span { border-color: #C881BE; }
span { border-color: rgb(200,129,190); }
td.TdClassName
{
border-color: #C881BE;
}
.TagClassName
{
border-color: #C881BE;
}
</style>