Shades of Orchid #CA7CE2
Tints of Orchid #CA7CE2
RGB
CMYK
RGB Variations
Color information
#CA7CE2 (or 0xCA7CE2) is known color: Orchid. HEX triplet: CA, 7C and E2. RGB value is (202,124,226). Sum of RGB (Red+Green+Blue) = 202+124+226=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA7CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CE2 is #35831D. Grayscale: #9E9E9E. Windows color (decimal): -3506974 or 14843082. OLE color: 14843082.
HSL color Cylindrical-coordinate representation of color #CA7CE2: hue angle of 285.88º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7CE2 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 124 | 226 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.11 |
| HSL | 285.88º | 0.64% | 0.69% | - |
| HSV(B) | 285.88º | 0.45% | 0.89% | - |
| XYZ | 45.29 | 32.46 | 75.83 | - |
| YUV | 158.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 226 | 0.11 | 0.45 | 0 | 0.11 | 285.88 | 0.64 | 0.69 |
| Hex | CA | 7C | E2 | B | 2D | 0 | B | 11E | 40 | 45 |
| Octal | 312 | 174 | 342 | 13 | 55 | 0 | 13 | 436 | 100 | 105 |
| Binary | 11001010 | 1111100 | 11100010 | 1011 | 101101 | 0 | 1011 | 100011110 | 1000000 | 1000101 |
Color Harmonies of #CA7CE2
Complementary color
Monochromatic Colors of #CA7CE2
Black with #CA7CE2
Text Example
Text Example
White with #CA7CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CE2; }
p { color: rgb(202,124,226); }
H1.HeaderClassName
{
color: #CA7CE2;
}
.AnyTagClassName
{
color: #CA7CE2;
}
</style>
background-color css
<style>
a { background-color: #CA7CE2; }
a { background-color: rgb(202,124,226); }
div.DivClassName
{
background-color: #CA7CE2;
}
.BgClassName
{
background-color: #CA7CE2;
}
</style>
border-color css
<style>
span { border-color: #CA7CE2; }
span { border-color: rgb(202,124,226); }
td.TdClassName
{
border-color: #CA7CE2;
}
.TagClassName
{
border-color: #CA7CE2;
}
</style>