Shades of Medium Orchid #CA66E4
Tints of Medium Orchid #CA66E4
RGB
CMYK
RGB Variations
Color information
#CA66E4 (or 0xCA66E4) is known color: Medium Orchid. HEX triplet: CA, 66 and E4. RGB value is (202,102,228). Sum of RGB (Red+Green+Blue) = 202+102+228=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA66E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66E4 is #35991B. Grayscale: #919191. Windows color (decimal): -3512604 or 14968522. OLE color: 14968522.
HSL color Cylindrical-coordinate representation of color #CA66E4: hue angle of 287.62º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA66E4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 102 | 228 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.11 |
| HSL | 287.62º | 0.7% | 0.65% | - |
| HSV(B) | 287.62º | 0.55% | 0.89% | - |
| XYZ | 43.11 | 27.66 | 76.47 | - |
| YUV | 146.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 228 | 0.11 | 0.55 | 0 | 0.11 | 287.62 | 0.7 | 0.65 |
| Hex | CA | 66 | E4 | B | 37 | 0 | B | 120 | 46 | 41 |
| Octal | 312 | 146 | 344 | 13 | 67 | 0 | 13 | 440 | 106 | 101 |
| Binary | 11001010 | 1100110 | 11100100 | 1011 | 110111 | 0 | 1011 | 100100000 | 1000110 | 1000001 |
Color Harmonies of #CA66E4
Complementary color
Monochromatic Colors of #CA66E4
Black with #CA66E4
Text Example
Text Example
White with #CA66E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66E4; }
p { color: rgb(202,102,228); }
H1.HeaderClassName
{
color: #CA66E4;
}
.AnyTagClassName
{
color: #CA66E4;
}
</style>
background-color css
<style>
a { background-color: #CA66E4; }
a { background-color: rgb(202,102,228); }
div.DivClassName
{
background-color: #CA66E4;
}
.BgClassName
{
background-color: #CA66E4;
}
</style>
border-color css
<style>
span { border-color: #CA66E4; }
span { border-color: rgb(202,102,228); }
td.TdClassName
{
border-color: #CA66E4;
}
.TagClassName
{
border-color: #CA66E4;
}
</style>