Shades of Medium Orchid #CA63DF
Tints of Medium Orchid #CA63DF
RGB
CMYK
RGB Variations
Color information
#CA63DF (or 0xCA63DF) is known color: Medium Orchid. HEX triplet: CA, 63 and DF. RGB value is (202,99,223). Sum of RGB (Red+Green+Blue) = 202+99+223=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63DF is #359C20. Grayscale: #8F8F8F. Windows color (decimal): -3513377 or 14640074. OLE color: 14640074.
HSL color Cylindrical-coordinate representation of color #CA63DF: hue angle of 289.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA63DF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 99 | 223 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.13 |
| HSL | 289.84º | 0.66% | 0.63% | - |
| HSV(B) | 289.84º | 0.56% | 0.87% | - |
| XYZ | 42.14 | 26.81 | 72.77 | - |
| YUV | 143.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 223 | 0.09 | 0.56 | 0 | 0.13 | 289.84 | 0.66 | 0.63 |
| Hex | CA | 63 | DF | 9 | 38 | 0 | D | 122 | 42 | 3F |
| Octal | 312 | 143 | 337 | 11 | 70 | 0 | 15 | 442 | 102 | 77 |
| Binary | 11001010 | 1100011 | 11011111 | 1001 | 111000 | 0 | 1101 | 100100010 | 1000010 | 111111 |
Color Harmonies of #CA63DF
Complementary color
Monochromatic Colors of #CA63DF
Black with #CA63DF
Text Example
Text Example
White with #CA63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63DF; }
p { color: rgb(202,99,223); }
H1.HeaderClassName
{
color: #CA63DF;
}
.AnyTagClassName
{
color: #CA63DF;
}
</style>
background-color css
<style>
a { background-color: #CA63DF; }
a { background-color: rgb(202,99,223); }
div.DivClassName
{
background-color: #CA63DF;
}
.BgClassName
{
background-color: #CA63DF;
}
</style>
border-color css
<style>
span { border-color: #CA63DF; }
span { border-color: rgb(202,99,223); }
td.TdClassName
{
border-color: #CA63DF;
}
.TagClassName
{
border-color: #CA63DF;
}
</style>