Shades of Medium Orchid #CA5DE2
Tints of Medium Orchid #CA5DE2
RGB
CMYK
RGB Variations
Color information
#CA5DE2 (or 0xCA5DE2) is known color: Medium Orchid. HEX triplet: CA, 5D and E2. RGB value is (202,93,226). Sum of RGB (Red+Green+Blue) = 202+93+226=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA5DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DE2 is #35A21D. Grayscale: #8C8C8C. Windows color (decimal): -3514910 or 14835146. OLE color: 14835146.
HSL color Cylindrical-coordinate representation of color #CA5DE2: hue angle of 289.17º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5DE2 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 93 | 226 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.11 |
| HSL | 289.17º | 0.7% | 0.63% | - |
| HSV(B) | 289.17º | 0.59% | 0.89% | - |
| XYZ | 42 | 25.88 | 74.73 | - |
| YUV | 140.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 226 | 0.11 | 0.59 | 0 | 0.11 | 289.17 | 0.7 | 0.63 |
| Hex | CA | 5D | E2 | B | 3B | 0 | B | 121 | 46 | 3F |
| Octal | 312 | 135 | 342 | 13 | 73 | 0 | 13 | 441 | 106 | 77 |
| Binary | 11001010 | 1011101 | 11100010 | 1011 | 111011 | 0 | 1011 | 100100001 | 1000110 | 111111 |
Color Harmonies of #CA5DE2
Complementary color
Monochromatic Colors of #CA5DE2
Black with #CA5DE2
Text Example
Text Example
White with #CA5DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DE2; }
p { color: rgb(202,93,226); }
H1.HeaderClassName
{
color: #CA5DE2;
}
.AnyTagClassName
{
color: #CA5DE2;
}
</style>
background-color css
<style>
a { background-color: #CA5DE2; }
a { background-color: rgb(202,93,226); }
div.DivClassName
{
background-color: #CA5DE2;
}
.BgClassName
{
background-color: #CA5DE2;
}
</style>
border-color css
<style>
span { border-color: #CA5DE2; }
span { border-color: rgb(202,93,226); }
td.TdClassName
{
border-color: #CA5DE2;
}
.TagClassName
{
border-color: #CA5DE2;
}
</style>