Shades of Orchid #C981CA
Tints of Orchid #C981CA
RGB
CMYK
RGB Variations
Color information
#C981CA (or 0xC981CA) is known color: Orchid. HEX triplet: C9, 81 and CA. RGB value is (201,129,202). Sum of RGB (Red+Green+Blue) = 201+129+202=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C981CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981CA is #367E35. Grayscale: #9E9E9E. Windows color (decimal): -3571254 or 13271497. OLE color: 13271497.
HSL color Cylindrical-coordinate representation of color #C981CA: hue angle of 299.18º degrees, saturation: 0.41, 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 #C981CA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 202 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.21 |
| HSL | 299.18º | 0.41% | 0.65% | - |
| HSV(B) | 299.18º | 0.36% | 0.79% | - |
| XYZ | 42.6 | 32.38 | 59.88 | - |
| YUV | 158.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 202 | 0.00 | 0.36 | 0 | 0.21 | 299.18 | 0.41 | 0.65 |
| Hex | C9 | 81 | CA | 0 | 24 | 0 | 15 | 12B | 29 | 41 |
| Octal | 311 | 201 | 312 | 0 | 44 | 0 | 25 | 453 | 51 | 101 |
| Binary | 11001001 | 10000001 | 11001010 | 0 | 100100 | 0 | 10101 | 100101011 | 101001 | 1000001 |
Color Harmonies of #C981CA
Complementary color
Monochromatic Colors of #C981CA
Black with #C981CA
Text Example
Text Example
White with #C981CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981CA; }
p { color: rgb(201,129,202); }
H1.HeaderClassName
{
color: #C981CA;
}
.AnyTagClassName
{
color: #C981CA;
}
</style>
background-color css
<style>
a { background-color: #C981CA; }
a { background-color: rgb(201,129,202); }
div.DivClassName
{
background-color: #C981CA;
}
.BgClassName
{
background-color: #C981CA;
}
</style>
border-color css
<style>
span { border-color: #C981CA; }
span { border-color: rgb(201,129,202); }
td.TdClassName
{
border-color: #C981CA;
}
.TagClassName
{
border-color: #C981CA;
}
</style>