Shades of Medium Orchid #CA4CED
Tints of Medium Orchid #CA4CED
RGB
CMYK
RGB Variations
Color information
#CA4CED (or 0xCA4CED) is known color: Medium Orchid. HEX triplet: CA, 4C and ED. RGB value is (202,76,237). Sum of RGB (Red+Green+Blue) = 202+76+237=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CED is #35B312. Grayscale: #838383. Windows color (decimal): -3519251 or 15551690. OLE color: 15551690.
HSL color Cylindrical-coordinate representation of color #CA4CED: hue angle of 286.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4CED is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 76 | 237 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.07 |
| HSL | 286.96º | 0.82% | 0.61% | - |
| HSV(B) | 286.96º | 0.68% | 0.93% | - |
| XYZ | 42.23 | 23.84 | 82.5 | - |
| YUV | 132.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 237 | 0.15 | 0.68 | 0 | 0.07 | 286.96 | 0.82 | 0.61 |
| Hex | CA | 4C | ED | F | 44 | 0 | 7 | 11F | 52 | 3D |
| Octal | 312 | 114 | 355 | 17 | 104 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001010 | 1001100 | 11101101 | 1111 | 1000100 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #CA4CED
Complementary color
Monochromatic Colors of #CA4CED
Black with #CA4CED
Text Example
Text Example
White with #CA4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CED; }
p { color: rgb(202,76,237); }
H1.HeaderClassName
{
color: #CA4CED;
}
.AnyTagClassName
{
color: #CA4CED;
}
</style>
background-color css
<style>
a { background-color: #CA4CED; }
a { background-color: rgb(202,76,237); }
div.DivClassName
{
background-color: #CA4CED;
}
.BgClassName
{
background-color: #CA4CED;
}
</style>
border-color css
<style>
span { border-color: #CA4CED; }
span { border-color: rgb(202,76,237); }
td.TdClassName
{
border-color: #CA4CED;
}
.TagClassName
{
border-color: #CA4CED;
}
</style>