Shades of Medium Orchid #CA2DDC
Tints of Medium Orchid #CA2DDC
RGB
CMYK
RGB Variations
Color information
#CA2DDC (or 0xCA2DDC) is known color: Medium Orchid. HEX triplet: CA, 2D and DC. RGB value is (202,45,220). Sum of RGB (Red+Green+Blue) = 202+45+220=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DDC is #35D223. Grayscale: #6F6F6F. Windows color (decimal): -3527204 or 14429642. OLE color: 14429642.
HSL color Cylindrical-coordinate representation of color #CA2DDC: hue angle of 293.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2DDC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 45 | 220 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.14 |
| HSL | 293.83º | 0.71% | 0.52% | - |
| HSV(B) | 293.83º | 0.8% | 0.86% | - |
| XYZ | 38.21 | 19.6 | 69.48 | - |
| YUV | 111.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 220 | 0.08 | 0.80 | 0 | 0.14 | 293.83 | 0.71 | 0.52 |
| Hex | CA | 2D | DC | 8 | 50 | 0 | E | 126 | 47 | 34 |
| Octal | 312 | 55 | 334 | 10 | 120 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001010 | 101101 | 11011100 | 1000 | 1010000 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #CA2DDC
Complementary color
Monochromatic Colors of #CA2DDC
Black with #CA2DDC
Text Example
Text Example
White with #CA2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DDC; }
p { color: rgb(202,45,220); }
H1.HeaderClassName
{
color: #CA2DDC;
}
.AnyTagClassName
{
color: #CA2DDC;
}
</style>
background-color css
<style>
a { background-color: #CA2DDC; }
a { background-color: rgb(202,45,220); }
div.DivClassName
{
background-color: #CA2DDC;
}
.BgClassName
{
background-color: #CA2DDC;
}
</style>
border-color css
<style>
span { border-color: #CA2DDC; }
span { border-color: rgb(202,45,220); }
td.TdClassName
{
border-color: #CA2DDC;
}
.TagClassName
{
border-color: #CA2DDC;
}
</style>