Shades of Medium Orchid #CA2CDE
Tints of Medium Orchid #CA2CDE
RGB
CMYK
RGB Variations
Color information
#CA2CDE (or 0xCA2CDE) is known color: Medium Orchid. HEX triplet: CA, 2C and DE. RGB value is (202,44,222). Sum of RGB (Red+Green+Blue) = 202+44+222=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA2CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CDE is #35D321. Grayscale: #6E6E6E. Windows color (decimal): -3527458 or 14560458. OLE color: 14560458.
HSL color Cylindrical-coordinate representation of color #CA2CDE: hue angle of 293.26º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2CDE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 44 | 222 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.13 |
| HSL | 293.26º | 0.73% | 0.52% | - |
| HSV(B) | 293.26º | 0.8% | 0.87% | - |
| XYZ | 38.44 | 19.63 | 70.87 | - |
| YUV | 111.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 222 | 0.09 | 0.80 | 0 | 0.13 | 293.26 | 0.73 | 0.52 |
| Hex | CA | 2C | DE | 9 | 50 | 0 | D | 125 | 49 | 34 |
| Octal | 312 | 54 | 336 | 11 | 120 | 0 | 15 | 445 | 111 | 64 |
| Binary | 11001010 | 101100 | 11011110 | 1001 | 1010000 | 0 | 1101 | 100100101 | 1001001 | 110100 |
Color Harmonies of #CA2CDE
Complementary color
Monochromatic Colors of #CA2CDE
Black with #CA2CDE
Text Example
Text Example
White with #CA2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CDE; }
p { color: rgb(202,44,222); }
H1.HeaderClassName
{
color: #CA2CDE;
}
.AnyTagClassName
{
color: #CA2CDE;
}
</style>
background-color css
<style>
a { background-color: #CA2CDE; }
a { background-color: rgb(202,44,222); }
div.DivClassName
{
background-color: #CA2CDE;
}
.BgClassName
{
background-color: #CA2CDE;
}
</style>
border-color css
<style>
span { border-color: #CA2CDE; }
span { border-color: rgb(202,44,222); }
td.TdClassName
{
border-color: #CA2CDE;
}
.TagClassName
{
border-color: #CA2CDE;
}
</style>