Shades of Medium Orchid #CA4CDF
Tints of Medium Orchid #CA4CDF
RGB
CMYK
RGB Variations
Color information
#CA4CDF (or 0xCA4CDF) is known color: Medium Orchid. HEX triplet: CA, 4C and DF. RGB value is (202,76,223). Sum of RGB (Red+Green+Blue) = 202+76+223=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CDF is #35B320. Grayscale: #818181. Windows color (decimal): -3519265 or 14634186. OLE color: 14634186.
HSL color Cylindrical-coordinate representation of color #CA4CDF: hue angle of 291.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4CDF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 76 | 223 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.13 |
| HSL | 291.43º | 0.7% | 0.59% | - |
| HSV(B) | 291.43º | 0.66% | 0.87% | - |
| XYZ | 40.26 | 23.05 | 72.14 | - |
| YUV | 130.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 223 | 0.09 | 0.66 | 0 | 0.13 | 291.43 | 0.7 | 0.59 |
| Hex | CA | 4C | DF | 9 | 42 | 0 | D | 123 | 46 | 3B |
| Octal | 312 | 114 | 337 | 11 | 102 | 0 | 15 | 443 | 106 | 73 |
| Binary | 11001010 | 1001100 | 11011111 | 1001 | 1000010 | 0 | 1101 | 100100011 | 1000110 | 111011 |
Color Harmonies of #CA4CDF
Complementary color
Monochromatic Colors of #CA4CDF
Black with #CA4CDF
Text Example
Text Example
White with #CA4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CDF; }
p { color: rgb(202,76,223); }
H1.HeaderClassName
{
color: #CA4CDF;
}
.AnyTagClassName
{
color: #CA4CDF;
}
</style>
background-color css
<style>
a { background-color: #CA4CDF; }
a { background-color: rgb(202,76,223); }
div.DivClassName
{
background-color: #CA4CDF;
}
.BgClassName
{
background-color: #CA4CDF;
}
</style>
border-color css
<style>
span { border-color: #CA4CDF; }
span { border-color: rgb(202,76,223); }
td.TdClassName
{
border-color: #CA4CDF;
}
.TagClassName
{
border-color: #CA4CDF;
}
</style>