Shades of Orchid #CA7EE0
Tints of Orchid #CA7EE0
RGB
CMYK
RGB Variations
Color information
#CA7EE0 (or 0xCA7EE0) is known color: Orchid. HEX triplet: CA, 7E and E0. RGB value is (202,126,224). Sum of RGB (Red+Green+Blue) = 202+126+224=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EE0 is #35811F. Grayscale: #9F9F9F. Windows color (decimal): -3506464 or 14712522. OLE color: 14712522.
HSL color Cylindrical-coordinate representation of color #CA7EE0: hue angle of 286.53º degrees, saturation: 0.61, 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 #CA7EE0 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 126 | 224 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.12 |
| HSL | 286.53º | 0.61% | 0.69% | - |
| HSV(B) | 286.53º | 0.44% | 0.88% | - |
| XYZ | 45.27 | 32.86 | 74.48 | - |
| YUV | 159.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 224 | 0.10 | 0.44 | 0 | 0.12 | 286.53 | 0.61 | 0.69 |
| Hex | CA | 7E | E0 | A | 2C | 0 | C | 11F | 3D | 45 |
| Octal | 312 | 176 | 340 | 12 | 54 | 0 | 14 | 437 | 75 | 105 |
| Binary | 11001010 | 1111110 | 11100000 | 1010 | 101100 | 0 | 1100 | 100011111 | 111101 | 1000101 |
Color Harmonies of #CA7EE0
Complementary color
Monochromatic Colors of #CA7EE0
Black with #CA7EE0
Text Example
Text Example
White with #CA7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EE0; }
p { color: rgb(202,126,224); }
H1.HeaderClassName
{
color: #CA7EE0;
}
.AnyTagClassName
{
color: #CA7EE0;
}
</style>
background-color css
<style>
a { background-color: #CA7EE0; }
a { background-color: rgb(202,126,224); }
div.DivClassName
{
background-color: #CA7EE0;
}
.BgClassName
{
background-color: #CA7EE0;
}
</style>
border-color css
<style>
span { border-color: #CA7EE0; }
span { border-color: rgb(202,126,224); }
td.TdClassName
{
border-color: #CA7EE0;
}
.TagClassName
{
border-color: #CA7EE0;
}
</style>