Shades of Medium Orchid #CA66DE
Tints of Medium Orchid #CA66DE
RGB
CMYK
RGB Variations
Color information
#CA66DE (or 0xCA66DE) is known color: Medium Orchid. HEX triplet: CA, 66 and DE. RGB value is (202,102,222). Sum of RGB (Red+Green+Blue) = 202+102+222=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66DE is #359921. Grayscale: #919191. Windows color (decimal): -3512610 or 14575306. OLE color: 14575306.
HSL color Cylindrical-coordinate representation of color #CA66DE: hue angle of 290º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA66DE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 102 | 222 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.13 |
| HSL | 290º | 0.65% | 0.64% | - |
| HSV(B) | 290º | 0.54% | 0.87% | - |
| XYZ | 42.29 | 27.33 | 72.15 | - |
| YUV | 145.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 222 | 0.09 | 0.54 | 0 | 0.13 | 290 | 0.65 | 0.64 |
| Hex | CA | 66 | DE | 9 | 36 | 0 | D | 122 | 41 | 40 |
| Octal | 312 | 146 | 336 | 11 | 66 | 0 | 15 | 442 | 101 | 100 |
| Binary | 11001010 | 1100110 | 11011110 | 1001 | 110110 | 0 | 1101 | 100100010 | 1000001 | 1000000 |
Color Harmonies of #CA66DE
Complementary color
Monochromatic Colors of #CA66DE
Black with #CA66DE
Text Example
Text Example
White with #CA66DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66DE; }
p { color: rgb(202,102,222); }
H1.HeaderClassName
{
color: #CA66DE;
}
.AnyTagClassName
{
color: #CA66DE;
}
</style>
background-color css
<style>
a { background-color: #CA66DE; }
a { background-color: rgb(202,102,222); }
div.DivClassName
{
background-color: #CA66DE;
}
.BgClassName
{
background-color: #CA66DE;
}
</style>
border-color css
<style>
span { border-color: #CA66DE; }
span { border-color: rgb(202,102,222); }
td.TdClassName
{
border-color: #CA66DE;
}
.TagClassName
{
border-color: #CA66DE;
}
</style>