Shades of Orchid #CA7EE1
Tints of Orchid #CA7EE1
RGB
CMYK
RGB Variations
Color information
#CA7EE1 (or 0xCA7EE1) is known color: Orchid. HEX triplet: CA, 7E and E1. RGB value is (202,126,225). Sum of RGB (Red+Green+Blue) = 202+126+225=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EE1 is #35811E. Grayscale: #9F9F9F. Windows color (decimal): -3506463 or 14778058. OLE color: 14778058.
HSL color Cylindrical-coordinate representation of color #CA7EE1: hue angle of 286.06º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7EE1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 126 | 225 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.12 |
| HSL | 286.06º | 0.62% | 0.69% | - |
| HSV(B) | 286.06º | 0.44% | 0.88% | - |
| XYZ | 45.41 | 32.91 | 75.19 | - |
| YUV | 160.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 225 | 0.10 | 0.44 | 0 | 0.12 | 286.06 | 0.62 | 0.69 |
| Hex | CA | 7E | E1 | A | 2C | 0 | C | 11E | 3E | 45 |
| Octal | 312 | 176 | 341 | 12 | 54 | 0 | 14 | 436 | 76 | 105 |
| Binary | 11001010 | 1111110 | 11100001 | 1010 | 101100 | 0 | 1100 | 100011110 | 111110 | 1000101 |
Color Harmonies of #CA7EE1
Complementary color
Monochromatic Colors of #CA7EE1
Black with #CA7EE1
Text Example
Text Example
White with #CA7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EE1; }
p { color: rgb(202,126,225); }
H1.HeaderClassName
{
color: #CA7EE1;
}
.AnyTagClassName
{
color: #CA7EE1;
}
</style>
background-color css
<style>
a { background-color: #CA7EE1; }
a { background-color: rgb(202,126,225); }
div.DivClassName
{
background-color: #CA7EE1;
}
.BgClassName
{
background-color: #CA7EE1;
}
</style>
border-color css
<style>
span { border-color: #CA7EE1; }
span { border-color: rgb(202,126,225); }
td.TdClassName
{
border-color: #CA7EE1;
}
.TagClassName
{
border-color: #CA7EE1;
}
</style>