Shades of Medium Orchid #CA2DDF
Tints of Medium Orchid #CA2DDF
RGB
CMYK
RGB Variations
Color information
#CA2DDF (or 0xCA2DDF) is known color: Medium Orchid. HEX triplet: CA, 2D and DF. RGB value is (202,45,223). Sum of RGB (Red+Green+Blue) = 202+45+223=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DDF is #35D220. Grayscale: #6F6F6F. Windows color (decimal): -3527201 or 14626250. OLE color: 14626250.
HSL color Cylindrical-coordinate representation of color #CA2DDF: hue angle of 292.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2DDF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 45 | 223 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.13 |
| HSL | 292.92º | 0.74% | 0.53% | - |
| HSV(B) | 292.92º | 0.8% | 0.87% | - |
| XYZ | 38.61 | 19.76 | 71.59 | - |
| YUV | 112.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 223 | 0.09 | 0.80 | 0 | 0.13 | 292.92 | 0.74 | 0.53 |
| Hex | CA | 2D | DF | 9 | 50 | 0 | D | 125 | 4A | 35 |
| Octal | 312 | 55 | 337 | 11 | 120 | 0 | 15 | 445 | 112 | 65 |
| Binary | 11001010 | 101101 | 11011111 | 1001 | 1010000 | 0 | 1101 | 100100101 | 1001010 | 110101 |
Color Harmonies of #CA2DDF
Complementary color
Monochromatic Colors of #CA2DDF
Black with #CA2DDF
Text Example
Text Example
White with #CA2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DDF; }
p { color: rgb(202,45,223); }
H1.HeaderClassName
{
color: #CA2DDF;
}
.AnyTagClassName
{
color: #CA2DDF;
}
</style>
background-color css
<style>
a { background-color: #CA2DDF; }
a { background-color: rgb(202,45,223); }
div.DivClassName
{
background-color: #CA2DDF;
}
.BgClassName
{
background-color: #CA2DDF;
}
</style>
border-color css
<style>
span { border-color: #CA2DDF; }
span { border-color: rgb(202,45,223); }
td.TdClassName
{
border-color: #CA2DDF;
}
.TagClassName
{
border-color: #CA2DDF;
}
</style>