Shades of Medium Orchid #CA4EEF
Tints of Medium Orchid #CA4EEF
RGB
CMYK
RGB Variations
Color information
#CA4EEF (or 0xCA4EEF) is known color: Medium Orchid. HEX triplet: CA, 4E and EF. RGB value is (202,78,239). Sum of RGB (Red+Green+Blue) = 202+78+239=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EEF is #35B110. Grayscale: #848484. Windows color (decimal): -3518737 or 15683274. OLE color: 15683274.
HSL color Cylindrical-coordinate representation of color #CA4EEF: hue angle of 286.21º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4EEF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 78 | 239 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.06 |
| HSL | 286.21º | 0.83% | 0.62% | - |
| HSV(B) | 286.21º | 0.67% | 0.94% | - |
| XYZ | 42.66 | 24.24 | 84.09 | - |
| YUV | 133.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 239 | 0.15 | 0.67 | 0 | 0.06 | 286.21 | 0.83 | 0.62 |
| Hex | CA | 4E | EF | F | 43 | 0 | 6 | 11E | 53 | 3E |
| Octal | 312 | 116 | 357 | 17 | 103 | 0 | 6 | 436 | 123 | 76 |
| Binary | 11001010 | 1001110 | 11101111 | 1111 | 1000011 | 0 | 110 | 100011110 | 1010011 | 111110 |
Color Harmonies of #CA4EEF
Complementary color
Monochromatic Colors of #CA4EEF
Black with #CA4EEF
Text Example
Text Example
White with #CA4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EEF; }
p { color: rgb(202,78,239); }
H1.HeaderClassName
{
color: #CA4EEF;
}
.AnyTagClassName
{
color: #CA4EEF;
}
</style>
background-color css
<style>
a { background-color: #CA4EEF; }
a { background-color: rgb(202,78,239); }
div.DivClassName
{
background-color: #CA4EEF;
}
.BgClassName
{
background-color: #CA4EEF;
}
</style>
border-color css
<style>
span { border-color: #CA4EEF; }
span { border-color: rgb(202,78,239); }
td.TdClassName
{
border-color: #CA4EEF;
}
.TagClassName
{
border-color: #CA4EEF;
}
</style>