Shades of Medium Orchid #CA64DD
Tints of Medium Orchid #CA64DD
RGB
CMYK
RGB Variations
Color information
#CA64DD (or 0xCA64DD) is known color: Medium Orchid. HEX triplet: CA, 64 and DD. RGB value is (202,100,221). Sum of RGB (Red+Green+Blue) = 202+100+221=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64DD is #359B22. Grayscale: #8F8F8F. Windows color (decimal): -3513123 or 14509258. OLE color: 14509258.
HSL color Cylindrical-coordinate representation of color #CA64DD: hue angle of 290.58º 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 #CA64DD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 100 | 221 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.13 |
| HSL | 290.58º | 0.64% | 0.63% | - |
| HSV(B) | 290.58º | 0.55% | 0.87% | - |
| XYZ | 41.97 | 26.89 | 71.39 | - |
| YUV | 144.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 221 | 0.09 | 0.55 | 0 | 0.13 | 290.58 | 0.64 | 0.63 |
| Hex | CA | 64 | DD | 9 | 37 | 0 | D | 123 | 40 | 3F |
| Octal | 312 | 144 | 335 | 11 | 67 | 0 | 15 | 443 | 100 | 77 |
| Binary | 11001010 | 1100100 | 11011101 | 1001 | 110111 | 0 | 1101 | 100100011 | 1000000 | 111111 |
Color Harmonies of #CA64DD
Complementary color
Monochromatic Colors of #CA64DD
Black with #CA64DD
Text Example
Text Example
White with #CA64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA64DD; }
p { color: rgb(202,100,221); }
H1.HeaderClassName
{
color: #CA64DD;
}
.AnyTagClassName
{
color: #CA64DD;
}
</style>
background-color css
<style>
a { background-color: #CA64DD; }
a { background-color: rgb(202,100,221); }
div.DivClassName
{
background-color: #CA64DD;
}
.BgClassName
{
background-color: #CA64DD;
}
</style>
border-color css
<style>
span { border-color: #CA64DD; }
span { border-color: rgb(202,100,221); }
td.TdClassName
{
border-color: #CA64DD;
}
.TagClassName
{
border-color: #CA64DD;
}
</style>