Shades of Medium Orchid #CA4CEE
Tints of Medium Orchid #CA4CEE
RGB
CMYK
RGB Variations
Color information
#CA4CEE (or 0xCA4CEE) is known color: Medium Orchid. HEX triplet: CA, 4C and EE. RGB value is (202,76,238). Sum of RGB (Red+Green+Blue) = 202+76+238=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CEE is #35B311. Grayscale: #838383. Windows color (decimal): -3519250 or 15617226. OLE color: 15617226.
HSL color Cylindrical-coordinate representation of color #CA4CEE: hue angle of 286.67º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4CEE is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 76 | 238 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.07 |
| HSL | 286.67º | 0.83% | 0.62% | - |
| HSV(B) | 286.67º | 0.68% | 0.93% | - |
| XYZ | 42.37 | 23.9 | 83.27 | - |
| YUV | 132.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 238 | 0.15 | 0.68 | 0 | 0.07 | 286.67 | 0.83 | 0.62 |
| Hex | CA | 4C | EE | F | 44 | 0 | 7 | 11F | 53 | 3E |
| Octal | 312 | 114 | 356 | 17 | 104 | 0 | 7 | 437 | 123 | 76 |
| Binary | 11001010 | 1001100 | 11101110 | 1111 | 1000100 | 0 | 111 | 100011111 | 1010011 | 111110 |
Color Harmonies of #CA4CEE
Complementary color
Monochromatic Colors of #CA4CEE
Black with #CA4CEE
Text Example
Text Example
White with #CA4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CEE; }
p { color: rgb(202,76,238); }
H1.HeaderClassName
{
color: #CA4CEE;
}
.AnyTagClassName
{
color: #CA4CEE;
}
</style>
background-color css
<style>
a { background-color: #CA4CEE; }
a { background-color: rgb(202,76,238); }
div.DivClassName
{
background-color: #CA4CEE;
}
.BgClassName
{
background-color: #CA4CEE;
}
</style>
border-color css
<style>
span { border-color: #CA4CEE; }
span { border-color: rgb(202,76,238); }
td.TdClassName
{
border-color: #CA4CEE;
}
.TagClassName
{
border-color: #CA4CEE;
}
</style>