Shades of Orchid #C881D0
Tints of Orchid #C881D0
RGB
CMYK
RGB Variations
Color information
#C881D0 (or 0xC881D0) is known color: Orchid. HEX triplet: C8, 81 and D0. RGB value is (200,129,208). Sum of RGB (Red+Green+Blue) = 200+129+208=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C881D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881D0 is #377E2F. Grayscale: #9E9E9E. Windows color (decimal): -3636784 or 13664712. OLE color: 13664712.
HSL color Cylindrical-coordinate representation of color #C881D0: hue angle of 293.92º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C881D0 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 129 | 208 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.18 |
| HSL | 293.92º | 0.46% | 0.66% | - |
| HSV(B) | 293.92º | 0.38% | 0.82% | - |
| XYZ | 43.05 | 32.53 | 63.68 | - |
| YUV | 159.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 208 | 0.04 | 0.38 | 0 | 0.18 | 293.92 | 0.46 | 0.66 |
| Hex | C8 | 81 | D0 | 4 | 26 | 0 | 12 | 126 | 2E | 42 |
| Octal | 310 | 201 | 320 | 4 | 46 | 0 | 22 | 446 | 56 | 102 |
| Binary | 11001000 | 10000001 | 11010000 | 100 | 100110 | 0 | 10010 | 100100110 | 101110 | 1000010 |
Color Harmonies of #C881D0
Complementary color
Monochromatic Colors of #C881D0
Black with #C881D0
Text Example
Text Example
White with #C881D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881D0; }
p { color: rgb(200,129,208); }
H1.HeaderClassName
{
color: #C881D0;
}
.AnyTagClassName
{
color: #C881D0;
}
</style>
background-color css
<style>
a { background-color: #C881D0; }
a { background-color: rgb(200,129,208); }
div.DivClassName
{
background-color: #C881D0;
}
.BgClassName
{
background-color: #C881D0;
}
</style>
border-color css
<style>
span { border-color: #C881D0; }
span { border-color: rgb(200,129,208); }
td.TdClassName
{
border-color: #C881D0;
}
.TagClassName
{
border-color: #C881D0;
}
</style>