Shades of Medium Orchid #CA4DED
Tints of Medium Orchid #CA4DED
RGB
CMYK
RGB Variations
Color information
#CA4DED (or 0xCA4DED) is known color: Medium Orchid. HEX triplet: CA, 4D and ED. RGB value is (202,77,237). Sum of RGB (Red+Green+Blue) = 202+77+237=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DED is #35B212. Grayscale: #848484. Windows color (decimal): -3518995 or 15551946. OLE color: 15551946.
HSL color Cylindrical-coordinate representation of color #CA4DED: hue angle of 286.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4DED is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 77 | 237 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.07 |
| HSL | 286.88º | 0.82% | 0.62% | - |
| HSV(B) | 286.88º | 0.68% | 0.93% | - |
| XYZ | 42.3 | 23.98 | 82.52 | - |
| YUV | 132.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 237 | 0.15 | 0.68 | 0 | 0.07 | 286.88 | 0.82 | 0.62 |
| Hex | CA | 4D | ED | F | 44 | 0 | 7 | 11F | 52 | 3E |
| Octal | 312 | 115 | 355 | 17 | 104 | 0 | 7 | 437 | 122 | 76 |
| Binary | 11001010 | 1001101 | 11101101 | 1111 | 1000100 | 0 | 111 | 100011111 | 1010010 | 111110 |
Color Harmonies of #CA4DED
Complementary color
Monochromatic Colors of #CA4DED
Black with #CA4DED
Text Example
Text Example
White with #CA4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DED; }
p { color: rgb(202,77,237); }
H1.HeaderClassName
{
color: #CA4DED;
}
.AnyTagClassName
{
color: #CA4DED;
}
</style>
background-color css
<style>
a { background-color: #CA4DED; }
a { background-color: rgb(202,77,237); }
div.DivClassName
{
background-color: #CA4DED;
}
.BgClassName
{
background-color: #CA4DED;
}
</style>
border-color css
<style>
span { border-color: #CA4DED; }
span { border-color: rgb(202,77,237); }
td.TdClassName
{
border-color: #CA4DED;
}
.TagClassName
{
border-color: #CA4DED;
}
</style>