Shades of Medium Orchid #CA4EF6
Tints of Medium Orchid #CA4EF6
RGB
CMYK
RGB Variations
Color information
#CA4EF6 (or 0xCA4EF6) is known color: Medium Orchid. HEX triplet: CA, 4E and F6. RGB value is (202,78,246). Sum of RGB (Red+Green+Blue) = 202+78+246=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA4EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EF6 is #35B109. Grayscale: #858585. Windows color (decimal): -3518730 or 16142026. OLE color: 16142026.
HSL color Cylindrical-coordinate representation of color #CA4EF6: hue angle of 284.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4EF6 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 78 | 246 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.04 |
| HSL | 284.29º | 0.9% | 0.64% | - |
| HSV(B) | 284.29º | 0.68% | 0.96% | - |
| XYZ | 43.72 | 24.66 | 89.64 | - |
| YUV | 134.23 | 191.08 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 246 | 0.18 | 0.68 | 0 | 0.04 | 284.29 | 0.9 | 0.64 |
| Hex | CA | 4E | F6 | 12 | 44 | 0 | 4 | 11C | 5A | 40 |
| Octal | 312 | 116 | 366 | 22 | 104 | 0 | 4 | 434 | 132 | 100 |
| Binary | 11001010 | 1001110 | 11110110 | 10010 | 1000100 | 0 | 100 | 100011100 | 1011010 | 1000000 |
Color Harmonies of #CA4EF6
Complementary color
Monochromatic Colors of #CA4EF6
Black with #CA4EF6
Text Example
Text Example
White with #CA4EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EF6; }
p { color: rgb(202,78,246); }
H1.HeaderClassName
{
color: #CA4EF6;
}
.AnyTagClassName
{
color: #CA4EF6;
}
</style>
background-color css
<style>
a { background-color: #CA4EF6; }
a { background-color: rgb(202,78,246); }
div.DivClassName
{
background-color: #CA4EF6;
}
.BgClassName
{
background-color: #CA4EF6;
}
</style>
border-color css
<style>
span { border-color: #CA4EF6; }
span { border-color: rgb(202,78,246); }
td.TdClassName
{
border-color: #CA4EF6;
}
.TagClassName
{
border-color: #CA4EF6;
}
</style>