Shades of Medium Orchid #CA2DDA
Tints of Medium Orchid #CA2DDA
RGB
CMYK
RGB Variations
Color information
#CA2DDA (or 0xCA2DDA) is known color: Medium Orchid. HEX triplet: CA, 2D and DA. RGB value is (202,45,218). Sum of RGB (Red+Green+Blue) = 202+45+218=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DDA is #35D225. Grayscale: #6F6F6F. Windows color (decimal): -3527206 or 14298570. OLE color: 14298570.
HSL color Cylindrical-coordinate representation of color #CA2DDA: hue angle of 294.45º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2DDA is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 45 | 218 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.15 |
| HSL | 294.45º | 0.7% | 0.52% | - |
| HSV(B) | 294.45º | 0.79% | 0.85% | - |
| XYZ | 37.95 | 19.5 | 68.09 | - |
| YUV | 111.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 218 | 0.07 | 0.79 | 0 | 0.15 | 294.45 | 0.7 | 0.52 |
| Hex | CA | 2D | DA | 7 | 4F | 0 | F | 126 | 46 | 34 |
| Octal | 312 | 55 | 332 | 7 | 117 | 0 | 17 | 446 | 106 | 64 |
| Binary | 11001010 | 101101 | 11011010 | 111 | 1001111 | 0 | 1111 | 100100110 | 1000110 | 110100 |
Color Harmonies of #CA2DDA
Complementary color
Monochromatic Colors of #CA2DDA
Black with #CA2DDA
Text Example
Text Example
White with #CA2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DDA; }
p { color: rgb(202,45,218); }
H1.HeaderClassName
{
color: #CA2DDA;
}
.AnyTagClassName
{
color: #CA2DDA;
}
</style>
background-color css
<style>
a { background-color: #CA2DDA; }
a { background-color: rgb(202,45,218); }
div.DivClassName
{
background-color: #CA2DDA;
}
.BgClassName
{
background-color: #CA2DDA;
}
</style>
border-color css
<style>
span { border-color: #CA2DDA; }
span { border-color: rgb(202,45,218); }
td.TdClassName
{
border-color: #CA2DDA;
}
.TagClassName
{
border-color: #CA2DDA;
}
</style>