Shades of Medium Orchid #CA2FDD
Tints of Medium Orchid #CA2FDD
RGB
CMYK
RGB Variations
Color information
#CA2FDD (or 0xCA2FDD) is known color: Medium Orchid. HEX triplet: CA, 2F and DD. RGB value is (202,47,221). Sum of RGB (Red+Green+Blue) = 202+47+221=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FDD is #35D022. Grayscale: #707070. Windows color (decimal): -3526691 or 14495690. OLE color: 14495690.
HSL color Cylindrical-coordinate representation of color #CA2FDD: hue angle of 293.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2FDD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 47 | 221 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.13 |
| HSL | 293.45º | 0.72% | 0.53% | - |
| HSV(B) | 293.45º | 0.79% | 0.87% | - |
| XYZ | 38.42 | 19.81 | 70.21 | - |
| YUV | 113.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 221 | 0.09 | 0.79 | 0 | 0.13 | 293.45 | 0.72 | 0.53 |
| Hex | CA | 2F | DD | 9 | 4F | 0 | D | 125 | 48 | 35 |
| Octal | 312 | 57 | 335 | 11 | 117 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001010 | 101111 | 11011101 | 1001 | 1001111 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #CA2FDD
Complementary color
Monochromatic Colors of #CA2FDD
Black with #CA2FDD
Text Example
Text Example
White with #CA2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FDD; }
p { color: rgb(202,47,221); }
H1.HeaderClassName
{
color: #CA2FDD;
}
.AnyTagClassName
{
color: #CA2FDD;
}
</style>
background-color css
<style>
a { background-color: #CA2FDD; }
a { background-color: rgb(202,47,221); }
div.DivClassName
{
background-color: #CA2FDD;
}
.BgClassName
{
background-color: #CA2FDD;
}
</style>
border-color css
<style>
span { border-color: #CA2FDD; }
span { border-color: rgb(202,47,221); }
td.TdClassName
{
border-color: #CA2FDD;
}
.TagClassName
{
border-color: #CA2FDD;
}
</style>