Shades of Medium Orchid #CA4FDD
Tints of Medium Orchid #CA4FDD
RGB
CMYK
RGB Variations
Color information
#CA4FDD (or 0xCA4FDD) is known color: Medium Orchid. HEX triplet: CA, 4F and DD. RGB value is (202,79,221). Sum of RGB (Red+Green+Blue) = 202+79+221=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FDD is #35B022. Grayscale: #838383. Windows color (decimal): -3518499 or 14503882. OLE color: 14503882.
HSL color Cylindrical-coordinate representation of color #CA4FDD: hue angle of 291.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4FDD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 79 | 221 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.13 |
| HSL | 291.97º | 0.68% | 0.59% | - |
| HSV(B) | 291.97º | 0.64% | 0.87% | - |
| XYZ | 40.2 | 23.37 | 70.8 | - |
| YUV | 131.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 221 | 0.09 | 0.64 | 0 | 0.13 | 291.97 | 0.68 | 0.59 |
| Hex | CA | 4F | DD | 9 | 40 | 0 | D | 124 | 44 | 3B |
| Octal | 312 | 117 | 335 | 11 | 100 | 0 | 15 | 444 | 104 | 73 |
| Binary | 11001010 | 1001111 | 11011101 | 1001 | 1000000 | 0 | 1101 | 100100100 | 1000100 | 111011 |
Color Harmonies of #CA4FDD
Complementary color
Monochromatic Colors of #CA4FDD
Black with #CA4FDD
Text Example
Text Example
White with #CA4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FDD; }
p { color: rgb(202,79,221); }
H1.HeaderClassName
{
color: #CA4FDD;
}
.AnyTagClassName
{
color: #CA4FDD;
}
</style>
background-color css
<style>
a { background-color: #CA4FDD; }
a { background-color: rgb(202,79,221); }
div.DivClassName
{
background-color: #CA4FDD;
}
.BgClassName
{
background-color: #CA4FDD;
}
</style>
border-color css
<style>
span { border-color: #CA4FDD; }
span { border-color: rgb(202,79,221); }
td.TdClassName
{
border-color: #CA4FDD;
}
.TagClassName
{
border-color: #CA4FDD;
}
</style>