Shades of Medium Orchid #CA3BDF
Tints of Medium Orchid #CA3BDF
RGB
CMYK
RGB Variations
Color information
#CA3BDF (or 0xCA3BDF) is known color: Medium Orchid. HEX triplet: CA, 3B and DF. RGB value is (202,59,223). Sum of RGB (Red+Green+Blue) = 202+59+223=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BDF is #35C420. Grayscale: #777777. Windows color (decimal): -3523617 or 14629834. OLE color: 14629834.
HSL color Cylindrical-coordinate representation of color #CA3BDF: hue angle of 292.32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3BDF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 59 | 223 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.13 |
| HSL | 292.32º | 0.72% | 0.55% | - |
| HSV(B) | 292.32º | 0.74% | 0.87% | - |
| XYZ | 39.24 | 21.01 | 71.8 | - |
| YUV | 120.45 | 185.88 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 223 | 0.09 | 0.74 | 0 | 0.13 | 292.32 | 0.72 | 0.55 |
| Hex | CA | 3B | DF | 9 | 4A | 0 | D | 124 | 48 | 37 |
| Octal | 312 | 73 | 337 | 11 | 112 | 0 | 15 | 444 | 110 | 67 |
| Binary | 11001010 | 111011 | 11011111 | 1001 | 1001010 | 0 | 1101 | 100100100 | 1001000 | 110111 |
Color Harmonies of #CA3BDF
Complementary color
Monochromatic Colors of #CA3BDF
Black with #CA3BDF
Text Example
Text Example
White with #CA3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3BDF; }
p { color: rgb(202,59,223); }
H1.HeaderClassName
{
color: #CA3BDF;
}
.AnyTagClassName
{
color: #CA3BDF;
}
</style>
background-color css
<style>
a { background-color: #CA3BDF; }
a { background-color: rgb(202,59,223); }
div.DivClassName
{
background-color: #CA3BDF;
}
.BgClassName
{
background-color: #CA3BDF;
}
</style>
border-color css
<style>
span { border-color: #CA3BDF; }
span { border-color: rgb(202,59,223); }
td.TdClassName
{
border-color: #CA3BDF;
}
.TagClassName
{
border-color: #CA3BDF;
}
</style>