Shades of Medium Orchid #CA4EDF
Tints of Medium Orchid #CA4EDF
RGB
CMYK
RGB Variations
Color information
#CA4EDF (or 0xCA4EDF) is known color: Medium Orchid. HEX triplet: CA, 4E and DF. RGB value is (202,78,223). Sum of RGB (Red+Green+Blue) = 202+78+223=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EDF is #35B120. Grayscale: #838383. Windows color (decimal): -3518753 or 14634698. OLE color: 14634698.
HSL color Cylindrical-coordinate representation of color #CA4EDF: hue angle of 291.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4EDF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 78 | 223 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.13 |
| HSL | 291.31º | 0.69% | 0.59% | - |
| HSV(B) | 291.31º | 0.65% | 0.87% | - |
| XYZ | 40.4 | 23.33 | 72.19 | - |
| YUV | 131.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 223 | 0.09 | 0.65 | 0 | 0.13 | 291.31 | 0.69 | 0.59 |
| Hex | CA | 4E | DF | 9 | 41 | 0 | D | 123 | 45 | 3B |
| Octal | 312 | 116 | 337 | 11 | 101 | 0 | 15 | 443 | 105 | 73 |
| Binary | 11001010 | 1001110 | 11011111 | 1001 | 1000001 | 0 | 1101 | 100100011 | 1000101 | 111011 |
Color Harmonies of #CA4EDF
Complementary color
Monochromatic Colors of #CA4EDF
Black with #CA4EDF
Text Example
Text Example
White with #CA4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EDF; }
p { color: rgb(202,78,223); }
H1.HeaderClassName
{
color: #CA4EDF;
}
.AnyTagClassName
{
color: #CA4EDF;
}
</style>
background-color css
<style>
a { background-color: #CA4EDF; }
a { background-color: rgb(202,78,223); }
div.DivClassName
{
background-color: #CA4EDF;
}
.BgClassName
{
background-color: #CA4EDF;
}
</style>
border-color css
<style>
span { border-color: #CA4EDF; }
span { border-color: rgb(202,78,223); }
td.TdClassName
{
border-color: #CA4EDF;
}
.TagClassName
{
border-color: #CA4EDF;
}
</style>