Shades of Orchid #C881C3
Tints of Orchid #C881C3
RGB
CMYK
RGB Variations
Color information
#C881C3 (or 0xC881C3) is known color: Orchid. HEX triplet: C8, 81 and C3. RGB value is (200,129,195). Sum of RGB (Red+Green+Blue) = 200+129+195=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C881C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881C3 is #377E3C. Grayscale: #9D9D9D. Windows color (decimal): -3636797 or 12812744. OLE color: 12812744.
HSL color Cylindrical-coordinate representation of color #C881C3: hue angle of 304.23º 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 #C881C3 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 195 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.22 |
| HSL | 304.23º | 0.39% | 0.65% | - |
| HSV(B) | 304.23º | 0.36% | 0.78% | - |
| XYZ | 41.52 | 31.92 | 55.6 | - |
| YUV | 157.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 195 | 0 | 0.36 | 0.02 | 0.22 | 304.23 | 0.39 | 0.65 |
| Hex | C8 | 81 | C3 | 0 | 24 | 2 | 16 | 130 | 27 | 41 |
| Octal | 310 | 201 | 303 | 0 | 44 | 2 | 26 | 460 | 47 | 101 |
| Binary | 11001000 | 10000001 | 11000011 | 0 | 100100 | 10 | 10110 | 100110000 | 100111 | 1000001 |
Color Harmonies of #C881C3
Complementary color
Monochromatic Colors of #C881C3
Black with #C881C3
Text Example
Text Example
White with #C881C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881C3; }
p { color: rgb(200,129,195); }
H1.HeaderClassName
{
color: #C881C3;
}
.AnyTagClassName
{
color: #C881C3;
}
</style>
background-color css
<style>
a { background-color: #C881C3; }
a { background-color: rgb(200,129,195); }
div.DivClassName
{
background-color: #C881C3;
}
.BgClassName
{
background-color: #C881C3;
}
</style>
border-color css
<style>
span { border-color: #C881C3; }
span { border-color: rgb(200,129,195); }
td.TdClassName
{
border-color: #C881C3;
}
.TagClassName
{
border-color: #C881C3;
}
</style>