Shades of Orchid #C981CC
Tints of Orchid #C981CC
RGB
CMYK
RGB Variations
Color information
#C981CC (or 0xC981CC) is known color: Orchid. HEX triplet: C9, 81 and CC. RGB value is (201,129,204). Sum of RGB (Red+Green+Blue) = 201+129+204=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C981CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981CC is #367E33. Grayscale: #9E9E9E. Windows color (decimal): -3571252 or 13402569. OLE color: 13402569.
HSL color Cylindrical-coordinate representation of color #C981CC: hue angle of 297.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C981CC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 129 | 204 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.2 |
| HSL | 297.6º | 0.42% | 0.65% | - |
| HSV(B) | 297.6º | 0.37% | 0.8% | - |
| XYZ | 42.84 | 32.48 | 61.14 | - |
| YUV | 159.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 204 | 0.01 | 0.37 | 0 | 0.2 | 297.6 | 0.42 | 0.65 |
| Hex | C9 | 81 | CC | 1 | 25 | 0 | 14 | 12A | 2A | 41 |
| Octal | 311 | 201 | 314 | 1 | 45 | 0 | 24 | 452 | 52 | 101 |
| Binary | 11001001 | 10000001 | 11001100 | 1 | 100101 | 0 | 10100 | 100101010 | 101010 | 1000001 |
Color Harmonies of #C981CC
Complementary color
Monochromatic Colors of #C981CC
Black with #C981CC
Text Example
Text Example
White with #C981CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981CC; }
p { color: rgb(201,129,204); }
H1.HeaderClassName
{
color: #C981CC;
}
.AnyTagClassName
{
color: #C981CC;
}
</style>
background-color css
<style>
a { background-color: #C981CC; }
a { background-color: rgb(201,129,204); }
div.DivClassName
{
background-color: #C981CC;
}
.BgClassName
{
background-color: #C981CC;
}
</style>
border-color css
<style>
span { border-color: #C981CC; }
span { border-color: rgb(201,129,204); }
td.TdClassName
{
border-color: #C981CC;
}
.TagClassName
{
border-color: #C981CC;
}
</style>