Shades of Orchid #CA81C3
Tints of Orchid #CA81C3
RGB
CMYK
RGB Variations
Color information
#CA81C3 (or 0xCA81C3) is known color: Orchid. HEX triplet: CA, 81 and C3. RGB value is (202,129,195). Sum of RGB (Red+Green+Blue) = 202+129+195=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C3 is #357E3C. Grayscale: #9E9E9E. Windows color (decimal): -3505725 or 12812746. OLE color: 12812746.
HSL color Cylindrical-coordinate representation of color #CA81C3: hue angle of 305.75º 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 #CA81C3 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 195 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.21 |
| HSL | 305.75º | 0.41% | 0.65% | - |
| HSV(B) | 305.75º | 0.36% | 0.79% | - |
| XYZ | 42.06 | 32.2 | 55.63 | - |
| YUV | 158.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 195 | 0 | 0.36 | 0.03 | 0.21 | 305.75 | 0.41 | 0.65 |
| Hex | CA | 81 | C3 | 0 | 24 | 3 | 15 | 132 | 29 | 41 |
| Octal | 312 | 201 | 303 | 0 | 44 | 3 | 25 | 462 | 51 | 101 |
| Binary | 11001010 | 10000001 | 11000011 | 0 | 100100 | 11 | 10101 | 100110010 | 101001 | 1000001 |
Color Harmonies of #CA81C3
Complementary color
Monochromatic Colors of #CA81C3
Black with #CA81C3
Text Example
Text Example
White with #CA81C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81C3; }
p { color: rgb(202,129,195); }
H1.HeaderClassName
{
color: #CA81C3;
}
.AnyTagClassName
{
color: #CA81C3;
}
</style>
background-color css
<style>
a { background-color: #CA81C3; }
a { background-color: rgb(202,129,195); }
div.DivClassName
{
background-color: #CA81C3;
}
.BgClassName
{
background-color: #CA81C3;
}
</style>
border-color css
<style>
span { border-color: #CA81C3; }
span { border-color: rgb(202,129,195); }
td.TdClassName
{
border-color: #CA81C3;
}
.TagClassName
{
border-color: #CA81C3;
}
</style>