Shades of Medium Orchid #CA3EEF
Tints of Medium Orchid #CA3EEF
RGB
CMYK
RGB Variations
Color information
#CA3EEF (or 0xCA3EEF) is known color: Medium Orchid. HEX triplet: CA, 3E and EF. RGB value is (202,62,239). Sum of RGB (Red+Green+Blue) = 202+62+239=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EEF is #35C110. Grayscale: #7B7B7B. Windows color (decimal): -3522833 or 15679178. OLE color: 15679178.
HSL color Cylindrical-coordinate representation of color #CA3EEF: hue angle of 287.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3EEF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 62 | 239 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.06 |
| HSL | 287.46º | 0.85% | 0.59% | - |
| HSV(B) | 287.46º | 0.74% | 0.94% | - |
| XYZ | 41.66 | 22.23 | 83.76 | - |
| YUV | 124.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 239 | 0.15 | 0.74 | 0 | 0.06 | 287.46 | 0.85 | 0.59 |
| Hex | CA | 3E | EF | F | 4A | 0 | 6 | 11F | 55 | 3B |
| Octal | 312 | 76 | 357 | 17 | 112 | 0 | 6 | 437 | 125 | 73 |
| Binary | 11001010 | 111110 | 11101111 | 1111 | 1001010 | 0 | 110 | 100011111 | 1010101 | 111011 |
Color Harmonies of #CA3EEF
Complementary color
Monochromatic Colors of #CA3EEF
Black with #CA3EEF
Text Example
Text Example
White with #CA3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EEF; }
p { color: rgb(202,62,239); }
H1.HeaderClassName
{
color: #CA3EEF;
}
.AnyTagClassName
{
color: #CA3EEF;
}
</style>
background-color css
<style>
a { background-color: #CA3EEF; }
a { background-color: rgb(202,62,239); }
div.DivClassName
{
background-color: #CA3EEF;
}
.BgClassName
{
background-color: #CA3EEF;
}
</style>
border-color css
<style>
span { border-color: #CA3EEF; }
span { border-color: rgb(202,62,239); }
td.TdClassName
{
border-color: #CA3EEF;
}
.TagClassName
{
border-color: #CA3EEF;
}
</style>