Shades of Medium Orchid #CA54DF
Tints of Medium Orchid #CA54DF
RGB
CMYK
RGB Variations
Color information
#CA54DF (or 0xCA54DF) is known color: Medium Orchid. HEX triplet: CA, 54 and DF. RGB value is (202,84,223). Sum of RGB (Red+Green+Blue) = 202+84+223=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54DF is #35AB20. Grayscale: #868686. Windows color (decimal): -3517217 or 14636234. OLE color: 14636234.
HSL color Cylindrical-coordinate representation of color #CA54DF: hue angle of 290.94º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA54DF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 84 | 223 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.13 |
| HSL | 290.94º | 0.68% | 0.6% | - |
| HSV(B) | 290.94º | 0.62% | 0.87% | - |
| XYZ | 40.85 | 24.22 | 72.34 | - |
| YUV | 135.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 223 | 0.09 | 0.62 | 0 | 0.13 | 290.94 | 0.68 | 0.6 |
| Hex | CA | 54 | DF | 9 | 3E | 0 | D | 123 | 44 | 3C |
| Octal | 312 | 124 | 337 | 11 | 76 | 0 | 15 | 443 | 104 | 74 |
| Binary | 11001010 | 1010100 | 11011111 | 1001 | 111110 | 0 | 1101 | 100100011 | 1000100 | 111100 |
Color Harmonies of #CA54DF
Complementary color
Monochromatic Colors of #CA54DF
Black with #CA54DF
Text Example
Text Example
White with #CA54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54DF; }
p { color: rgb(202,84,223); }
H1.HeaderClassName
{
color: #CA54DF;
}
.AnyTagClassName
{
color: #CA54DF;
}
</style>
background-color css
<style>
a { background-color: #CA54DF; }
a { background-color: rgb(202,84,223); }
div.DivClassName
{
background-color: #CA54DF;
}
.BgClassName
{
background-color: #CA54DF;
}
</style>
border-color css
<style>
span { border-color: #CA54DF; }
span { border-color: rgb(202,84,223); }
td.TdClassName
{
border-color: #CA54DF;
}
.TagClassName
{
border-color: #CA54DF;
}
</style>