Shades of Medium Orchid #CA4ADE
Tints of Medium Orchid #CA4ADE
RGB
CMYK
RGB Variations
Color information
#CA4ADE (or 0xCA4ADE) is known color: Medium Orchid. HEX triplet: CA, 4A and DE. RGB value is (202,74,222). Sum of RGB (Red+Green+Blue) = 202+74+222=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ADE is #35B521. Grayscale: #808080. Windows color (decimal): -3519778 or 14568138. OLE color: 14568138.
HSL color Cylindrical-coordinate representation of color #CA4ADE: hue angle of 291.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4ADE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 74 | 222 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.13 |
| HSL | 291.89º | 0.69% | 0.58% | - |
| HSV(B) | 291.89º | 0.67% | 0.87% | - |
| XYZ | 39.99 | 22.73 | 71.39 | - |
| YUV | 129.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 222 | 0.09 | 0.67 | 0 | 0.13 | 291.89 | 0.69 | 0.58 |
| Hex | CA | 4A | DE | 9 | 43 | 0 | D | 124 | 45 | 3A |
| Octal | 312 | 112 | 336 | 11 | 103 | 0 | 15 | 444 | 105 | 72 |
| Binary | 11001010 | 1001010 | 11011110 | 1001 | 1000011 | 0 | 1101 | 100100100 | 1000101 | 111010 |
Color Harmonies of #CA4ADE
Complementary color
Monochromatic Colors of #CA4ADE
Black with #CA4ADE
Text Example
Text Example
White with #CA4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4ADE; }
p { color: rgb(202,74,222); }
H1.HeaderClassName
{
color: #CA4ADE;
}
.AnyTagClassName
{
color: #CA4ADE;
}
</style>
background-color css
<style>
a { background-color: #CA4ADE; }
a { background-color: rgb(202,74,222); }
div.DivClassName
{
background-color: #CA4ADE;
}
.BgClassName
{
background-color: #CA4ADE;
}
</style>
border-color css
<style>
span { border-color: #CA4ADE; }
span { border-color: rgb(202,74,222); }
td.TdClassName
{
border-color: #CA4ADE;
}
.TagClassName
{
border-color: #CA4ADE;
}
</style>