Shades of Medium Orchid #CA4EED
Tints of Medium Orchid #CA4EED
RGB
CMYK
RGB Variations
Color information
#CA4EED (or 0xCA4EED) is known color: Medium Orchid. HEX triplet: CA, 4E and ED. RGB value is (202,78,237). Sum of RGB (Red+Green+Blue) = 202+78+237=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EED is #35B112. Grayscale: #848484. Windows color (decimal): -3518739 or 15552202. OLE color: 15552202.
HSL color Cylindrical-coordinate representation of color #CA4EED: hue angle of 286.79º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4EED is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 78 | 237 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.79º | 0.82% | 0.62% | - |
| HSV(B) | 286.79º | 0.67% | 0.93% | - |
| XYZ | 42.37 | 24.12 | 82.54 | - |
| YUV | 133.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 237 | 0.15 | 0.67 | 0 | 0.07 | 286.79 | 0.82 | 0.62 |
| Hex | CA | 4E | ED | F | 43 | 0 | 7 | 11F | 52 | 3E |
| Octal | 312 | 116 | 355 | 17 | 103 | 0 | 7 | 437 | 122 | 76 |
| Binary | 11001010 | 1001110 | 11101101 | 1111 | 1000011 | 0 | 111 | 100011111 | 1010010 | 111110 |
Color Harmonies of #CA4EED
Complementary color
Monochromatic Colors of #CA4EED
Black with #CA4EED
Text Example
Text Example
White with #CA4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EED; }
p { color: rgb(202,78,237); }
H1.HeaderClassName
{
color: #CA4EED;
}
.AnyTagClassName
{
color: #CA4EED;
}
</style>
background-color css
<style>
a { background-color: #CA4EED; }
a { background-color: rgb(202,78,237); }
div.DivClassName
{
background-color: #CA4EED;
}
.BgClassName
{
background-color: #CA4EED;
}
</style>
border-color css
<style>
span { border-color: #CA4EED; }
span { border-color: rgb(202,78,237); }
td.TdClassName
{
border-color: #CA4EED;
}
.TagClassName
{
border-color: #CA4EED;
}
</style>