Shades of Medium Orchid #CA2DDE
Tints of Medium Orchid #CA2DDE
RGB
CMYK
RGB Variations
Color information
#CA2DDE (or 0xCA2DDE) is known color: Medium Orchid. HEX triplet: CA, 2D and DE. RGB value is (202,45,222). Sum of RGB (Red+Green+Blue) = 202+45+222=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DDE is #35D221. Grayscale: #6F6F6F. Windows color (decimal): -3527202 or 14560714. OLE color: 14560714.
HSL color Cylindrical-coordinate representation of color #CA2DDE: hue angle of 293.22º 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 #CA2DDE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 45 | 222 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.13 |
| HSL | 293.22º | 0.73% | 0.52% | - |
| HSV(B) | 293.22º | 0.8% | 0.87% | - |
| XYZ | 38.48 | 19.71 | 70.88 | - |
| YUV | 112.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 222 | 0.09 | 0.80 | 0 | 0.13 | 293.22 | 0.73 | 0.52 |
| Hex | CA | 2D | DE | 9 | 50 | 0 | D | 125 | 49 | 34 |
| Octal | 312 | 55 | 336 | 11 | 120 | 0 | 15 | 445 | 111 | 64 |
| Binary | 11001010 | 101101 | 11011110 | 1001 | 1010000 | 0 | 1101 | 100100101 | 1001001 | 110100 |
Color Harmonies of #CA2DDE
Complementary color
Monochromatic Colors of #CA2DDE
Black with #CA2DDE
Text Example
Text Example
White with #CA2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DDE; }
p { color: rgb(202,45,222); }
H1.HeaderClassName
{
color: #CA2DDE;
}
.AnyTagClassName
{
color: #CA2DDE;
}
</style>
background-color css
<style>
a { background-color: #CA2DDE; }
a { background-color: rgb(202,45,222); }
div.DivClassName
{
background-color: #CA2DDE;
}
.BgClassName
{
background-color: #CA2DDE;
}
</style>
border-color css
<style>
span { border-color: #CA2DDE; }
span { border-color: rgb(202,45,222); }
td.TdClassName
{
border-color: #CA2DDE;
}
.TagClassName
{
border-color: #CA2DDE;
}
</style>