Shades of Medium Orchid #CA3CDD
Tints of Medium Orchid #CA3CDD
RGB
CMYK
RGB Variations
Color information
#CA3CDD (or 0xCA3CDD) is known color: Medium Orchid. HEX triplet: CA, 3C and DD. RGB value is (202,60,221). Sum of RGB (Red+Green+Blue) = 202+60+221=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CDD is #35C322. Grayscale: #787878. Windows color (decimal): -3523363 or 14499018. OLE color: 14499018.
HSL color Cylindrical-coordinate representation of color #CA3CDD: hue angle of 292.92º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3CDD is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 60 | 221 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.13 |
| HSL | 292.92º | 0.7% | 0.55% | - |
| HSV(B) | 292.92º | 0.73% | 0.87% | - |
| XYZ | 39.02 | 21.01 | 70.4 | - |
| YUV | 120.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 221 | 0.09 | 0.73 | 0 | 0.13 | 292.92 | 0.7 | 0.55 |
| Hex | CA | 3C | DD | 9 | 49 | 0 | D | 125 | 46 | 37 |
| Octal | 312 | 74 | 335 | 11 | 111 | 0 | 15 | 445 | 106 | 67 |
| Binary | 11001010 | 111100 | 11011101 | 1001 | 1001001 | 0 | 1101 | 100100101 | 1000110 | 110111 |
Color Harmonies of #CA3CDD
Complementary color
Monochromatic Colors of #CA3CDD
Black with #CA3CDD
Text Example
Text Example
White with #CA3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CDD; }
p { color: rgb(202,60,221); }
H1.HeaderClassName
{
color: #CA3CDD;
}
.AnyTagClassName
{
color: #CA3CDD;
}
</style>
background-color css
<style>
a { background-color: #CA3CDD; }
a { background-color: rgb(202,60,221); }
div.DivClassName
{
background-color: #CA3CDD;
}
.BgClassName
{
background-color: #CA3CDD;
}
</style>
border-color css
<style>
span { border-color: #CA3CDD; }
span { border-color: rgb(202,60,221); }
td.TdClassName
{
border-color: #CA3CDD;
}
.TagClassName
{
border-color: #CA3CDD;
}
</style>