Shades of Orchid #C881C9
Tints of Orchid #C881C9
RGB
CMYK
RGB Variations
Color information
#C881C9 (or 0xC881C9) is known color: Orchid. HEX triplet: C8, 81 and C9. RGB value is (200,129,201). Sum of RGB (Red+Green+Blue) = 200+129+201=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #C881C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881C9 is #377E36. Grayscale: #9E9E9E. Windows color (decimal): -3636791 or 13205960. OLE color: 13205960.
HSL color Cylindrical-coordinate representation of color #C881C9: hue angle of 299.17º 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 #C881C9 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 129 | 201 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.21 |
| HSL | 299.17º | 0.4% | 0.65% | - |
| HSV(B) | 299.17º | 0.36% | 0.79% | - |
| XYZ | 42.21 | 32.2 | 59.25 | - |
| YUV | 158.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 201 | 0.00 | 0.36 | 0 | 0.21 | 299.17 | 0.4 | 0.65 |
| Hex | C8 | 81 | C9 | 0 | 24 | 0 | 15 | 12B | 28 | 41 |
| Octal | 310 | 201 | 311 | 0 | 44 | 0 | 25 | 453 | 50 | 101 |
| Binary | 11001000 | 10000001 | 11001001 | 0 | 100100 | 0 | 10101 | 100101011 | 101000 | 1000001 |
Color Harmonies of #C881C9
Complementary color
Monochromatic Colors of #C881C9
Black with #C881C9
Text Example
Text Example
White with #C881C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881C9; }
p { color: rgb(200,129,201); }
H1.HeaderClassName
{
color: #C881C9;
}
.AnyTagClassName
{
color: #C881C9;
}
</style>
background-color css
<style>
a { background-color: #C881C9; }
a { background-color: rgb(200,129,201); }
div.DivClassName
{
background-color: #C881C9;
}
.BgClassName
{
background-color: #C881C9;
}
</style>
border-color css
<style>
span { border-color: #C881C9; }
span { border-color: rgb(200,129,201); }
td.TdClassName
{
border-color: #C881C9;
}
.TagClassName
{
border-color: #C881C9;
}
</style>