Shades of Medium Orchid #CA2BDF
Tints of Medium Orchid #CA2BDF
RGB
CMYK
RGB Variations
Color information
#CA2BDF (or 0xCA2BDF) is known color: Medium Orchid. HEX triplet: CA, 2B and DF. RGB value is (202,43,223). Sum of RGB (Red+Green+Blue) = 202+43+223=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BDF is #35D420. Grayscale: #6E6E6E. Windows color (decimal): -3527713 or 14625738. OLE color: 14625738.
HSL color Cylindrical-coordinate representation of color #CA2BDF: hue angle of 293º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2BDF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 43 | 223 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293º | 0.74% | 0.52% | - |
| HSV(B) | 293º | 0.81% | 0.87% | - |
| XYZ | 38.54 | 19.61 | 71.57 | - |
| YUV | 111.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 223 | 0.09 | 0.81 | 0 | 0.13 | 293 | 0.74 | 0.52 |
| Hex | CA | 2B | DF | 9 | 51 | 0 | D | 125 | 4A | 34 |
| Octal | 312 | 53 | 337 | 11 | 121 | 0 | 15 | 445 | 112 | 64 |
| Binary | 11001010 | 101011 | 11011111 | 1001 | 1010001 | 0 | 1101 | 100100101 | 1001010 | 110100 |
Color Harmonies of #CA2BDF
Complementary color
Monochromatic Colors of #CA2BDF
Black with #CA2BDF
Text Example
Text Example
White with #CA2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BDF; }
p { color: rgb(202,43,223); }
H1.HeaderClassName
{
color: #CA2BDF;
}
.AnyTagClassName
{
color: #CA2BDF;
}
</style>
background-color css
<style>
a { background-color: #CA2BDF; }
a { background-color: rgb(202,43,223); }
div.DivClassName
{
background-color: #CA2BDF;
}
.BgClassName
{
background-color: #CA2BDF;
}
</style>
border-color css
<style>
span { border-color: #CA2BDF; }
span { border-color: rgb(202,43,223); }
td.TdClassName
{
border-color: #CA2BDF;
}
.TagClassName
{
border-color: #CA2BDF;
}
</style>