Shades of Medium Orchid #CA3DEC
Tints of Medium Orchid #CA3DEC
RGB
CMYK
RGB Variations
Color information
#CA3DEC (or 0xCA3DEC) is known color: Medium Orchid. HEX triplet: CA, 3D and EC. RGB value is (202,61,236). Sum of RGB (Red+Green+Blue) = 202+61+236=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA3DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3DEC is #35C213. Grayscale: #7A7A7A. Windows color (decimal): -3523092 or 15482314. OLE color: 15482314.
HSL color Cylindrical-coordinate representation of color #CA3DEC: hue angle of 288.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3DEC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 61 | 236 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.07 |
| HSL | 288.34º | 0.82% | 0.58% | - |
| HSV(B) | 288.34º | 0.74% | 0.93% | - |
| XYZ | 41.17 | 21.95 | 81.42 | - |
| YUV | 123.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 236 | 0.14 | 0.74 | 0 | 0.07 | 288.34 | 0.82 | 0.58 |
| Hex | CA | 3D | EC | E | 4A | 0 | 7 | 120 | 52 | 3A |
| Octal | 312 | 75 | 354 | 16 | 112 | 0 | 7 | 440 | 122 | 72 |
| Binary | 11001010 | 111101 | 11101100 | 1110 | 1001010 | 0 | 111 | 100100000 | 1010010 | 111010 |
Color Harmonies of #CA3DEC
Complementary color
Monochromatic Colors of #CA3DEC
Black with #CA3DEC
Text Example
Text Example
White with #CA3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DEC; }
p { color: rgb(202,61,236); }
H1.HeaderClassName
{
color: #CA3DEC;
}
.AnyTagClassName
{
color: #CA3DEC;
}
</style>
background-color css
<style>
a { background-color: #CA3DEC; }
a { background-color: rgb(202,61,236); }
div.DivClassName
{
background-color: #CA3DEC;
}
.BgClassName
{
background-color: #CA3DEC;
}
</style>
border-color css
<style>
span { border-color: #CA3DEC; }
span { border-color: rgb(202,61,236); }
td.TdClassName
{
border-color: #CA3DEC;
}
.TagClassName
{
border-color: #CA3DEC;
}
</style>