Shades of Medium Orchid #CA55DF
Tints of Medium Orchid #CA55DF
RGB
CMYK
RGB Variations
Color information
#CA55DF (or 0xCA55DF) is known color: Medium Orchid. HEX triplet: CA, 55 and DF. RGB value is (202,85,223). Sum of RGB (Red+Green+Blue) = 202+85+223=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55DF is #35AA20. Grayscale: #878787. Windows color (decimal): -3516961 or 14636490. OLE color: 14636490.
HSL color Cylindrical-coordinate representation of color #CA55DF: hue angle of 290.87º 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 #CA55DF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 85 | 223 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.13 |
| HSL | 290.87º | 0.68% | 0.6% | - |
| HSV(B) | 290.87º | 0.62% | 0.87% | - |
| XYZ | 40.92 | 24.38 | 72.36 | - |
| YUV | 135.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 223 | 0.09 | 0.62 | 0 | 0.13 | 290.87 | 0.68 | 0.6 |
| Hex | CA | 55 | DF | 9 | 3E | 0 | D | 123 | 44 | 3C |
| Octal | 312 | 125 | 337 | 11 | 76 | 0 | 15 | 443 | 104 | 74 |
| Binary | 11001010 | 1010101 | 11011111 | 1001 | 111110 | 0 | 1101 | 100100011 | 1000100 | 111100 |
Color Harmonies of #CA55DF
Complementary color
Monochromatic Colors of #CA55DF
Black with #CA55DF
Text Example
Text Example
White with #CA55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55DF; }
p { color: rgb(202,85,223); }
H1.HeaderClassName
{
color: #CA55DF;
}
.AnyTagClassName
{
color: #CA55DF;
}
</style>
background-color css
<style>
a { background-color: #CA55DF; }
a { background-color: rgb(202,85,223); }
div.DivClassName
{
background-color: #CA55DF;
}
.BgClassName
{
background-color: #CA55DF;
}
</style>
border-color css
<style>
span { border-color: #CA55DF; }
span { border-color: rgb(202,85,223); }
td.TdClassName
{
border-color: #CA55DF;
}
.TagClassName
{
border-color: #CA55DF;
}
</style>