Shades of Orchid #C881DA
Tints of Orchid #C881DA
RGB
CMYK
RGB Variations
Color information
#C881DA (or 0xC881DA) is known color: Orchid. HEX triplet: C8, 81 and DA. RGB value is (200,129,218). Sum of RGB (Red+Green+Blue) = 200+129+218=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C881DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881DA is #377E25. Grayscale: #A0A0A0. Windows color (decimal): -3636774 or 14320072. OLE color: 14320072.
HSL color Cylindrical-coordinate representation of color #C881DA: hue angle of 287.87º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C881DA is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 129 | 218 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.15 |
| HSL | 287.87º | 0.55% | 0.68% | - |
| HSV(B) | 287.87º | 0.41% | 0.85% | - |
| XYZ | 44.32 | 33.04 | 70.37 | - |
| YUV | 160.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 218 | 0.08 | 0.41 | 0 | 0.15 | 287.87 | 0.55 | 0.68 |
| Hex | C8 | 81 | DA | 8 | 29 | 0 | F | 120 | 37 | 44 |
| Octal | 310 | 201 | 332 | 10 | 51 | 0 | 17 | 440 | 67 | 104 |
| Binary | 11001000 | 10000001 | 11011010 | 1000 | 101001 | 0 | 1111 | 100100000 | 110111 | 1000100 |
Color Harmonies of #C881DA
Complementary color
Monochromatic Colors of #C881DA
Black with #C881DA
Text Example
Text Example
White with #C881DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881DA; }
p { color: rgb(200,129,218); }
H1.HeaderClassName
{
color: #C881DA;
}
.AnyTagClassName
{
color: #C881DA;
}
</style>
background-color css
<style>
a { background-color: #C881DA; }
a { background-color: rgb(200,129,218); }
div.DivClassName
{
background-color: #C881DA;
}
.BgClassName
{
background-color: #C881DA;
}
</style>
border-color css
<style>
span { border-color: #C881DA; }
span { border-color: rgb(200,129,218); }
td.TdClassName
{
border-color: #C881DA;
}
.TagClassName
{
border-color: #C881DA;
}
</style>