Shades of Orchid #CA6AE1
Tints of Orchid #CA6AE1
RGB
CMYK
RGB Variations
Color information
#CA6AE1 (or 0xCA6AE1) is known color: Orchid. HEX triplet: CA, 6A and E1. RGB value is (202,106,225). Sum of RGB (Red+Green+Blue) = 202+106+225=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA6AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AE1 is #35951E. Grayscale: #939393. Windows color (decimal): -3511583 or 14772938. OLE color: 14772938.
HSL color Cylindrical-coordinate representation of color #CA6AE1: hue angle of 288.4º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6AE1 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 106 | 225 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.12 |
| HSL | 288.4º | 0.66% | 0.65% | - |
| HSV(B) | 288.4º | 0.53% | 0.88% | - |
| XYZ | 43.1 | 28.3 | 74.43 | - |
| YUV | 148.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 225 | 0.10 | 0.53 | 0 | 0.12 | 288.4 | 0.66 | 0.65 |
| Hex | CA | 6A | E1 | A | 35 | 0 | C | 120 | 42 | 41 |
| Octal | 312 | 152 | 341 | 12 | 65 | 0 | 14 | 440 | 102 | 101 |
| Binary | 11001010 | 1101010 | 11100001 | 1010 | 110101 | 0 | 1100 | 100100000 | 1000010 | 1000001 |
Color Harmonies of #CA6AE1
Complementary color
Monochromatic Colors of #CA6AE1
Black with #CA6AE1
Text Example
Text Example
White with #CA6AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AE1; }
p { color: rgb(202,106,225); }
H1.HeaderClassName
{
color: #CA6AE1;
}
.AnyTagClassName
{
color: #CA6AE1;
}
</style>
background-color css
<style>
a { background-color: #CA6AE1; }
a { background-color: rgb(202,106,225); }
div.DivClassName
{
background-color: #CA6AE1;
}
.BgClassName
{
background-color: #CA6AE1;
}
</style>
border-color css
<style>
span { border-color: #CA6AE1; }
span { border-color: rgb(202,106,225); }
td.TdClassName
{
border-color: #CA6AE1;
}
.TagClassName
{
border-color: #CA6AE1;
}
</style>