Shades of Medium Orchid #CA63DA
Tints of Medium Orchid #CA63DA
RGB
CMYK
RGB Variations
Color information
#CA63DA (or 0xCA63DA) is known color: Medium Orchid. HEX triplet: CA, 63 and DA. RGB value is (202,99,218). Sum of RGB (Red+Green+Blue) = 202+99+218=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63DA is #359C25. Grayscale: #8E8E8E. Windows color (decimal): -3513382 or 14312394. OLE color: 14312394.
HSL color Cylindrical-coordinate representation of color #CA63DA: hue angle of 291.93º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA63DA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 99 | 218 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.15 |
| HSL | 291.93º | 0.62% | 0.62% | - |
| HSV(B) | 291.93º | 0.55% | 0.85% | - |
| XYZ | 41.47 | 26.54 | 69.27 | - |
| YUV | 143.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 218 | 0.07 | 0.55 | 0 | 0.15 | 291.93 | 0.62 | 0.62 |
| Hex | CA | 63 | DA | 7 | 37 | 0 | F | 124 | 3E | 3E |
| Octal | 312 | 143 | 332 | 7 | 67 | 0 | 17 | 444 | 76 | 76 |
| Binary | 11001010 | 1100011 | 11011010 | 111 | 110111 | 0 | 1111 | 100100100 | 111110 | 111110 |
Color Harmonies of #CA63DA
Complementary color
Monochromatic Colors of #CA63DA
Black with #CA63DA
Text Example
Text Example
White with #CA63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63DA; }
p { color: rgb(202,99,218); }
H1.HeaderClassName
{
color: #CA63DA;
}
.AnyTagClassName
{
color: #CA63DA;
}
</style>
background-color css
<style>
a { background-color: #CA63DA; }
a { background-color: rgb(202,99,218); }
div.DivClassName
{
background-color: #CA63DA;
}
.BgClassName
{
background-color: #CA63DA;
}
</style>
border-color css
<style>
span { border-color: #CA63DA; }
span { border-color: rgb(202,99,218); }
td.TdClassName
{
border-color: #CA63DA;
}
.TagClassName
{
border-color: #CA63DA;
}
</style>