Shades of Medium Orchid #CA3CEF
Tints of Medium Orchid #CA3CEF
RGB
CMYK
RGB Variations
Color information
#CA3CEF (or 0xCA3CEF) is known color: Medium Orchid. HEX triplet: CA, 3C and EF. RGB value is (202,60,239). Sum of RGB (Red+Green+Blue) = 202+60+239=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CEF is #35C310. Grayscale: #7A7A7A. Windows color (decimal): -3523345 or 15678666. OLE color: 15678666.
HSL color Cylindrical-coordinate representation of color #CA3CEF: hue angle of 287.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3CEF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 60 | 239 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.06 |
| HSL | 287.6º | 0.85% | 0.59% | - |
| HSV(B) | 287.6º | 0.75% | 0.94% | - |
| XYZ | 41.55 | 22.02 | 83.72 | - |
| YUV | 122.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 239 | 0.15 | 0.75 | 0 | 0.06 | 287.6 | 0.85 | 0.59 |
| Hex | CA | 3C | EF | F | 4B | 0 | 6 | 120 | 55 | 3B |
| Octal | 312 | 74 | 357 | 17 | 113 | 0 | 6 | 440 | 125 | 73 |
| Binary | 11001010 | 111100 | 11101111 | 1111 | 1001011 | 0 | 110 | 100100000 | 1010101 | 111011 |
Color Harmonies of #CA3CEF
Complementary color
Monochromatic Colors of #CA3CEF
Black with #CA3CEF
Text Example
Text Example
White with #CA3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3CEF; }
p { color: rgb(202,60,239); }
H1.HeaderClassName
{
color: #CA3CEF;
}
.AnyTagClassName
{
color: #CA3CEF;
}
</style>
background-color css
<style>
a { background-color: #CA3CEF; }
a { background-color: rgb(202,60,239); }
div.DivClassName
{
background-color: #CA3CEF;
}
.BgClassName
{
background-color: #CA3CEF;
}
</style>
border-color css
<style>
span { border-color: #CA3CEF; }
span { border-color: rgb(202,60,239); }
td.TdClassName
{
border-color: #CA3CEF;
}
.TagClassName
{
border-color: #CA3CEF;
}
</style>