Shades of Orchid #CA7FE0
Tints of Orchid #CA7FE0
RGB
CMYK
RGB Variations
Color information
#CA7FE0 (or 0xCA7FE0) is known color: Orchid. HEX triplet: CA, 7F and E0. RGB value is (202,127,224). Sum of RGB (Red+Green+Blue) = 202+127+224=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA7FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FE0 is #35801F. Grayscale: #A0A0A0. Windows color (decimal): -3506208 or 14712778. OLE color: 14712778.
HSL color Cylindrical-coordinate representation of color #CA7FE0: hue angle of 286.39º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7FE0 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 127 | 224 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.12 |
| HSL | 286.39º | 0.61% | 0.69% | - |
| HSV(B) | 286.39º | 0.43% | 0.88% | - |
| XYZ | 45.4 | 33.12 | 74.52 | - |
| YUV | 160.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 224 | 0.10 | 0.43 | 0 | 0.12 | 286.39 | 0.61 | 0.69 |
| Hex | CA | 7F | E0 | A | 2B | 0 | C | 11E | 3D | 45 |
| Octal | 312 | 177 | 340 | 12 | 53 | 0 | 14 | 436 | 75 | 105 |
| Binary | 11001010 | 1111111 | 11100000 | 1010 | 101011 | 0 | 1100 | 100011110 | 111101 | 1000101 |
Color Harmonies of #CA7FE0
Complementary color
Monochromatic Colors of #CA7FE0
Black with #CA7FE0
Text Example
Text Example
White with #CA7FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FE0; }
p { color: rgb(202,127,224); }
H1.HeaderClassName
{
color: #CA7FE0;
}
.AnyTagClassName
{
color: #CA7FE0;
}
</style>
background-color css
<style>
a { background-color: #CA7FE0; }
a { background-color: rgb(202,127,224); }
div.DivClassName
{
background-color: #CA7FE0;
}
.BgClassName
{
background-color: #CA7FE0;
}
</style>
border-color css
<style>
span { border-color: #CA7FE0; }
span { border-color: rgb(202,127,224); }
td.TdClassName
{
border-color: #CA7FE0;
}
.TagClassName
{
border-color: #CA7FE0;
}
</style>