Shades of Medium Orchid #CA4DDA
Tints of Medium Orchid #CA4DDA
RGB
CMYK
RGB Variations
Color information
#CA4DDA (or 0xCA4DDA) is known color: Medium Orchid. HEX triplet: CA, 4D and DA. RGB value is (202,77,218). Sum of RGB (Red+Green+Blue) = 202+77+218=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DDA is #35B225. Grayscale: #828282. Windows color (decimal): -3519014 or 14306762. OLE color: 14306762.
HSL color Cylindrical-coordinate representation of color #CA4DDA: hue angle of 293.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4DDA is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 77 | 218 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.15 |
| HSL | 293.19º | 0.66% | 0.58% | - |
| HSV(B) | 293.19º | 0.65% | 0.85% | - |
| XYZ | 39.67 | 22.93 | 68.66 | - |
| YUV | 130.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 218 | 0.07 | 0.65 | 0 | 0.15 | 293.19 | 0.66 | 0.58 |
| Hex | CA | 4D | DA | 7 | 41 | 0 | F | 125 | 42 | 3A |
| Octal | 312 | 115 | 332 | 7 | 101 | 0 | 17 | 445 | 102 | 72 |
| Binary | 11001010 | 1001101 | 11011010 | 111 | 1000001 | 0 | 1111 | 100100101 | 1000010 | 111010 |
Color Harmonies of #CA4DDA
Complementary color
Monochromatic Colors of #CA4DDA
Black with #CA4DDA
Text Example
Text Example
White with #CA4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DDA; }
p { color: rgb(202,77,218); }
H1.HeaderClassName
{
color: #CA4DDA;
}
.AnyTagClassName
{
color: #CA4DDA;
}
</style>
background-color css
<style>
a { background-color: #CA4DDA; }
a { background-color: rgb(202,77,218); }
div.DivClassName
{
background-color: #CA4DDA;
}
.BgClassName
{
background-color: #CA4DDA;
}
</style>
border-color css
<style>
span { border-color: #CA4DDA; }
span { border-color: rgb(202,77,218); }
td.TdClassName
{
border-color: #CA4DDA;
}
.TagClassName
{
border-color: #CA4DDA;
}
</style>