Shades of Medium Orchid #CA2BDC
Tints of Medium Orchid #CA2BDC
RGB
CMYK
RGB Variations
Color information
#CA2BDC (or 0xCA2BDC) is known color: Medium Orchid. HEX triplet: CA, 2B and DC. RGB value is (202,43,220). Sum of RGB (Red+Green+Blue) = 202+43+220=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BDC is #35D423. Grayscale: #6E6E6E. Windows color (decimal): -3527716 or 14429130. OLE color: 14429130.
HSL color Cylindrical-coordinate representation of color #CA2BDC: hue angle of 293.9º degrees, saturation: 0.72, 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 #CA2BDC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 43 | 220 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.14 |
| HSL | 293.9º | 0.72% | 0.52% | - |
| HSV(B) | 293.9º | 0.8% | 0.86% | - |
| XYZ | 38.14 | 19.45 | 69.45 | - |
| YUV | 110.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 220 | 0.08 | 0.80 | 0 | 0.14 | 293.9 | 0.72 | 0.52 |
| Hex | CA | 2B | DC | 8 | 50 | 0 | E | 126 | 48 | 34 |
| Octal | 312 | 53 | 334 | 10 | 120 | 0 | 16 | 446 | 110 | 64 |
| Binary | 11001010 | 101011 | 11011100 | 1000 | 1010000 | 0 | 1110 | 100100110 | 1001000 | 110100 |
Color Harmonies of #CA2BDC
Complementary color
Monochromatic Colors of #CA2BDC
Black with #CA2BDC
Text Example
Text Example
White with #CA2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BDC; }
p { color: rgb(202,43,220); }
H1.HeaderClassName
{
color: #CA2BDC;
}
.AnyTagClassName
{
color: #CA2BDC;
}
</style>
background-color css
<style>
a { background-color: #CA2BDC; }
a { background-color: rgb(202,43,220); }
div.DivClassName
{
background-color: #CA2BDC;
}
.BgClassName
{
background-color: #CA2BDC;
}
</style>
border-color css
<style>
span { border-color: #CA2BDC; }
span { border-color: rgb(202,43,220); }
td.TdClassName
{
border-color: #CA2BDC;
}
.TagClassName
{
border-color: #CA2BDC;
}
</style>