Shades of Medium Orchid #CA4DDF
Tints of Medium Orchid #CA4DDF
RGB
CMYK
RGB Variations
Color information
#CA4DDF (or 0xCA4DDF) is known color: Medium Orchid. HEX triplet: CA, 4D and DF. RGB value is (202,77,223). Sum of RGB (Red+Green+Blue) = 202+77+223=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DDF is #35B220. Grayscale: #828282. Windows color (decimal): -3519009 or 14634442. OLE color: 14634442.
HSL color Cylindrical-coordinate representation of color #CA4DDF: hue angle of 291.37º degrees, saturation: 0.7, 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 #CA4DDF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 77 | 223 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.13 |
| HSL | 291.37º | 0.7% | 0.59% | - |
| HSV(B) | 291.37º | 0.65% | 0.87% | - |
| XYZ | 40.33 | 23.19 | 72.16 | - |
| YUV | 131.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 223 | 0.09 | 0.65 | 0 | 0.13 | 291.37 | 0.7 | 0.59 |
| Hex | CA | 4D | DF | 9 | 41 | 0 | D | 123 | 46 | 3B |
| Octal | 312 | 115 | 337 | 11 | 101 | 0 | 15 | 443 | 106 | 73 |
| Binary | 11001010 | 1001101 | 11011111 | 1001 | 1000001 | 0 | 1101 | 100100011 | 1000110 | 111011 |
Color Harmonies of #CA4DDF
Complementary color
Monochromatic Colors of #CA4DDF
Black with #CA4DDF
Text Example
Text Example
White with #CA4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DDF; }
p { color: rgb(202,77,223); }
H1.HeaderClassName
{
color: #CA4DDF;
}
.AnyTagClassName
{
color: #CA4DDF;
}
</style>
background-color css
<style>
a { background-color: #CA4DDF; }
a { background-color: rgb(202,77,223); }
div.DivClassName
{
background-color: #CA4DDF;
}
.BgClassName
{
background-color: #CA4DDF;
}
</style>
border-color css
<style>
span { border-color: #CA4DDF; }
span { border-color: rgb(202,77,223); }
td.TdClassName
{
border-color: #CA4DDF;
}
.TagClassName
{
border-color: #CA4DDF;
}
</style>