Shades of Medium Orchid #CA66DD
Tints of Medium Orchid #CA66DD
RGB
CMYK
RGB Variations
Color information
#CA66DD (or 0xCA66DD) is known color: Medium Orchid. HEX triplet: CA, 66 and DD. RGB value is (202,102,221). Sum of RGB (Red+Green+Blue) = 202+102+221=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66DD is #359922. Grayscale: #919191. Windows color (decimal): -3512611 or 14509770. OLE color: 14509770.
HSL color Cylindrical-coordinate representation of color #CA66DD: hue angle of 290.42º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA66DD is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 102 | 221 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.13 |
| HSL | 290.42º | 0.64% | 0.63% | - |
| HSV(B) | 290.42º | 0.54% | 0.87% | - |
| XYZ | 42.16 | 27.28 | 71.45 | - |
| YUV | 145.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 221 | 0.09 | 0.54 | 0 | 0.13 | 290.42 | 0.64 | 0.63 |
| Hex | CA | 66 | DD | 9 | 36 | 0 | D | 122 | 40 | 3F |
| Octal | 312 | 146 | 335 | 11 | 66 | 0 | 15 | 442 | 100 | 77 |
| Binary | 11001010 | 1100110 | 11011101 | 1001 | 110110 | 0 | 1101 | 100100010 | 1000000 | 111111 |
Color Harmonies of #CA66DD
Complementary color
Monochromatic Colors of #CA66DD
Black with #CA66DD
Text Example
Text Example
White with #CA66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66DD; }
p { color: rgb(202,102,221); }
H1.HeaderClassName
{
color: #CA66DD;
}
.AnyTagClassName
{
color: #CA66DD;
}
</style>
background-color css
<style>
a { background-color: #CA66DD; }
a { background-color: rgb(202,102,221); }
div.DivClassName
{
background-color: #CA66DD;
}
.BgClassName
{
background-color: #CA66DD;
}
</style>
border-color css
<style>
span { border-color: #CA66DD; }
span { border-color: rgb(202,102,221); }
td.TdClassName
{
border-color: #CA66DD;
}
.TagClassName
{
border-color: #CA66DD;
}
</style>