Shades of Medium Orchid #CA63DD
Tints of Medium Orchid #CA63DD
RGB
CMYK
RGB Variations
Color information
#CA63DD (or 0xCA63DD) is known color: Medium Orchid. HEX triplet: CA, 63 and DD. RGB value is (202,99,221). Sum of RGB (Red+Green+Blue) = 202+99+221=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63DD is #359C22. Grayscale: #8F8F8F. Windows color (decimal): -3513379 or 14509002. OLE color: 14509002.
HSL color Cylindrical-coordinate representation of color #CA63DD: hue angle of 290.66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA63DD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 99 | 221 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.13 |
| HSL | 290.66º | 0.64% | 0.63% | - |
| HSV(B) | 290.66º | 0.55% | 0.87% | - |
| XYZ | 41.87 | 26.7 | 71.35 | - |
| YUV | 143.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 221 | 0.09 | 0.55 | 0 | 0.13 | 290.66 | 0.64 | 0.63 |
| Hex | CA | 63 | DD | 9 | 37 | 0 | D | 123 | 40 | 3F |
| Octal | 312 | 143 | 335 | 11 | 67 | 0 | 15 | 443 | 100 | 77 |
| Binary | 11001010 | 1100011 | 11011101 | 1001 | 110111 | 0 | 1101 | 100100011 | 1000000 | 111111 |
Color Harmonies of #CA63DD
Complementary color
Monochromatic Colors of #CA63DD
Black with #CA63DD
Text Example
Text Example
White with #CA63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63DD; }
p { color: rgb(202,99,221); }
H1.HeaderClassName
{
color: #CA63DD;
}
.AnyTagClassName
{
color: #CA63DD;
}
</style>
background-color css
<style>
a { background-color: #CA63DD; }
a { background-color: rgb(202,99,221); }
div.DivClassName
{
background-color: #CA63DD;
}
.BgClassName
{
background-color: #CA63DD;
}
</style>
border-color css
<style>
span { border-color: #CA63DD; }
span { border-color: rgb(202,99,221); }
td.TdClassName
{
border-color: #CA63DD;
}
.TagClassName
{
border-color: #CA63DD;
}
</style>