Shades of Orchid #CA81C7
Tints of Orchid #CA81C7
RGB
CMYK
RGB Variations
Color information
#CA81C7 (or 0xCA81C7) is known color: Orchid. HEX triplet: CA, 81 and C7. RGB value is (202,129,199). Sum of RGB (Red+Green+Blue) = 202+129+199=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C7 is #357E38. Grayscale: #9E9E9E. Windows color (decimal): -3505721 or 13074890. OLE color: 13074890.
HSL color Cylindrical-coordinate representation of color #CA81C7: hue angle of 302.47º 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 #CA81C7 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 199 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.21 |
| HSL | 302.47º | 0.41% | 0.65% | - |
| HSV(B) | 302.47º | 0.36% | 0.79% | - |
| XYZ | 42.52 | 32.38 | 58.04 | - |
| YUV | 158.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 199 | 0 | 0.36 | 0.01 | 0.21 | 302.47 | 0.41 | 0.65 |
| Hex | CA | 81 | C7 | 0 | 24 | 1 | 15 | 12E | 29 | 41 |
| Octal | 312 | 201 | 307 | 0 | 44 | 1 | 25 | 456 | 51 | 101 |
| Binary | 11001010 | 10000001 | 11000111 | 0 | 100100 | 1 | 10101 | 100101110 | 101001 | 1000001 |
Color Harmonies of #CA81C7
Complementary color
Monochromatic Colors of #CA81C7
Black with #CA81C7
Text Example
Text Example
White with #CA81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81C7; }
p { color: rgb(202,129,199); }
H1.HeaderClassName
{
color: #CA81C7;
}
.AnyTagClassName
{
color: #CA81C7;
}
</style>
background-color css
<style>
a { background-color: #CA81C7; }
a { background-color: rgb(202,129,199); }
div.DivClassName
{
background-color: #CA81C7;
}
.BgClassName
{
background-color: #CA81C7;
}
</style>
border-color css
<style>
span { border-color: #CA81C7; }
span { border-color: rgb(202,129,199); }
td.TdClassName
{
border-color: #CA81C7;
}
.TagClassName
{
border-color: #CA81C7;
}
</style>