Shades of Orchid #CA6EC1
Tints of Orchid #CA6EC1
RGB
CMYK
RGB Variations
Color information
#CA6EC1 (or 0xCA6EC1) is known color: Orchid. HEX triplet: CA, 6E and C1. RGB value is (202,110,193). Sum of RGB (Red+Green+Blue) = 202+110+193=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EC1 is #35913E. Grayscale: #929292. Windows color (decimal): -3510591 or 12676810. OLE color: 12676810.
HSL color Cylindrical-coordinate representation of color #CA6EC1: hue angle of 305.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6EC1 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 193 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.21 |
| HSL | 305.87º | 0.46% | 0.61% | - |
| HSV(B) | 305.87º | 0.46% | 0.79% | - |
| XYZ | 39.56 | 27.56 | 53.69 | - |
| YUV | 146.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 193 | 0 | 0.46 | 0.04 | 0.21 | 305.87 | 0.46 | 0.61 |
| Hex | CA | 6E | C1 | 0 | 2E | 4 | 15 | 132 | 2E | 3D |
| Octal | 312 | 156 | 301 | 0 | 56 | 4 | 25 | 462 | 56 | 75 |
| Binary | 11001010 | 1101110 | 11000001 | 0 | 101110 | 100 | 10101 | 100110010 | 101110 | 111101 |
Color Harmonies of #CA6EC1
Complementary color
Monochromatic Colors of #CA6EC1
Black with #CA6EC1
Text Example
Text Example
White with #CA6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EC1; }
p { color: rgb(202,110,193); }
H1.HeaderClassName
{
color: #CA6EC1;
}
.AnyTagClassName
{
color: #CA6EC1;
}
</style>
background-color css
<style>
a { background-color: #CA6EC1; }
a { background-color: rgb(202,110,193); }
div.DivClassName
{
background-color: #CA6EC1;
}
.BgClassName
{
background-color: #CA6EC1;
}
</style>
border-color css
<style>
span { border-color: #CA6EC1; }
span { border-color: rgb(202,110,193); }
td.TdClassName
{
border-color: #CA6EC1;
}
.TagClassName
{
border-color: #CA6EC1;
}
</style>