Shades of Orchid #C881C2
Tints of Orchid #C881C2
RGB
CMYK
RGB Variations
Color information
#C881C2 (or 0xC881C2) is known color: Orchid. HEX triplet: C8, 81 and C2. RGB value is (200,129,194). Sum of RGB (Red+Green+Blue) = 200+129+194=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C881C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881C2 is #377E3D. Grayscale: #9D9D9D. Windows color (decimal): -3636798 or 12747208. OLE color: 12747208.
HSL color Cylindrical-coordinate representation of color #C881C2: hue angle of 305.07º 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 #C881C2 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 194 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.22 |
| HSL | 305.07º | 0.39% | 0.65% | - |
| HSV(B) | 305.07º | 0.36% | 0.78% | - |
| XYZ | 41.41 | 31.87 | 55.01 | - |
| YUV | 157.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 194 | 0 | 0.36 | 0.03 | 0.22 | 305.07 | 0.39 | 0.65 |
| Hex | C8 | 81 | C2 | 0 | 24 | 3 | 16 | 131 | 27 | 41 |
| Octal | 310 | 201 | 302 | 0 | 44 | 3 | 26 | 461 | 47 | 101 |
| Binary | 11001000 | 10000001 | 11000010 | 0 | 100100 | 11 | 10110 | 100110001 | 100111 | 1000001 |
Color Harmonies of #C881C2
Complementary color
Monochromatic Colors of #C881C2
Black with #C881C2
Text Example
Text Example
White with #C881C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881C2; }
p { color: rgb(200,129,194); }
H1.HeaderClassName
{
color: #C881C2;
}
.AnyTagClassName
{
color: #C881C2;
}
</style>
background-color css
<style>
a { background-color: #C881C2; }
a { background-color: rgb(200,129,194); }
div.DivClassName
{
background-color: #C881C2;
}
.BgClassName
{
background-color: #C881C2;
}
</style>
border-color css
<style>
span { border-color: #C881C2; }
span { border-color: rgb(200,129,194); }
td.TdClassName
{
border-color: #C881C2;
}
.TagClassName
{
border-color: #C881C2;
}
</style>