Shades of Orchid #CA73E0
Tints of Orchid #CA73E0
RGB
CMYK
RGB Variations
Color information
#CA73E0 (or 0xCA73E0) is known color: Orchid. HEX triplet: CA, 73 and E0. RGB value is (202,115,224). Sum of RGB (Red+Green+Blue) = 202+115+224=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA73E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73E0 is #358C1F. Grayscale: #999999. Windows color (decimal): -3509280 or 14709706. OLE color: 14709706.
HSL color Cylindrical-coordinate representation of color #CA73E0: hue angle of 287.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA73E0 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 115 | 224 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.12 |
| HSL | 287.89º | 0.64% | 0.66% | - |
| HSV(B) | 287.89º | 0.49% | 0.88% | - |
| XYZ | 43.94 | 30.2 | 74.03 | - |
| YUV | 153.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 224 | 0.10 | 0.49 | 0 | 0.12 | 287.89 | 0.64 | 0.66 |
| Hex | CA | 73 | E0 | A | 31 | 0 | C | 120 | 40 | 42 |
| Octal | 312 | 163 | 340 | 12 | 61 | 0 | 14 | 440 | 100 | 102 |
| Binary | 11001010 | 1110011 | 11100000 | 1010 | 110001 | 0 | 1100 | 100100000 | 1000000 | 1000010 |
Color Harmonies of #CA73E0
Complementary color
Monochromatic Colors of #CA73E0
Black with #CA73E0
Text Example
Text Example
White with #CA73E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73E0; }
p { color: rgb(202,115,224); }
H1.HeaderClassName
{
color: #CA73E0;
}
.AnyTagClassName
{
color: #CA73E0;
}
</style>
background-color css
<style>
a { background-color: #CA73E0; }
a { background-color: rgb(202,115,224); }
div.DivClassName
{
background-color: #CA73E0;
}
.BgClassName
{
background-color: #CA73E0;
}
</style>
border-color css
<style>
span { border-color: #CA73E0; }
span { border-color: rgb(202,115,224); }
td.TdClassName
{
border-color: #CA73E0;
}
.TagClassName
{
border-color: #CA73E0;
}
</style>