Shades of Medium Orchid #CA63DC
Tints of Medium Orchid #CA63DC
RGB
CMYK
RGB Variations
Color information
#CA63DC (or 0xCA63DC) is known color: Medium Orchid. HEX triplet: CA, 63 and DC. RGB value is (202,99,220). Sum of RGB (Red+Green+Blue) = 202+99+220=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63DC is #359C23. Grayscale: #8F8F8F. Windows color (decimal): -3513380 or 14443466. OLE color: 14443466.
HSL color Cylindrical-coordinate representation of color #CA63DC: hue angle of 291.07º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA63DC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 99 | 220 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.14 |
| HSL | 291.07º | 0.63% | 0.63% | - |
| HSV(B) | 291.07º | 0.55% | 0.86% | - |
| XYZ | 41.74 | 26.65 | 70.65 | - |
| YUV | 143.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 220 | 0.08 | 0.55 | 0 | 0.14 | 291.07 | 0.63 | 0.63 |
| Hex | CA | 63 | DC | 8 | 37 | 0 | E | 123 | 3F | 3F |
| Octal | 312 | 143 | 334 | 10 | 67 | 0 | 16 | 443 | 77 | 77 |
| Binary | 11001010 | 1100011 | 11011100 | 1000 | 110111 | 0 | 1110 | 100100011 | 111111 | 111111 |
Color Harmonies of #CA63DC
Complementary color
Monochromatic Colors of #CA63DC
Black with #CA63DC
Text Example
Text Example
White with #CA63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63DC; }
p { color: rgb(202,99,220); }
H1.HeaderClassName
{
color: #CA63DC;
}
.AnyTagClassName
{
color: #CA63DC;
}
</style>
background-color css
<style>
a { background-color: #CA63DC; }
a { background-color: rgb(202,99,220); }
div.DivClassName
{
background-color: #CA63DC;
}
.BgClassName
{
background-color: #CA63DC;
}
</style>
border-color css
<style>
span { border-color: #CA63DC; }
span { border-color: rgb(202,99,220); }
td.TdClassName
{
border-color: #CA63DC;
}
.TagClassName
{
border-color: #CA63DC;
}
</style>