Shades of Medium Orchid #C245EE
Tints of Medium Orchid #C245EE
RGB
CMYK
RGB Variations
Color information
#C245EE (or 0xC245EE) is known color: Medium Orchid. HEX triplet: C2, 45 and EE. RGB value is (194,69,238). Sum of RGB (Red+Green+Blue) = 194+69+238=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C245EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245EE is #3DBA11. Grayscale: #7D7D7D. Windows color (decimal): -4045330 or 15615426. OLE color: 15615426.
HSL color Cylindrical-coordinate representation of color #C245EE: hue angle of 284.38º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C245EE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 69 | 238 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.07 |
| HSL | 284.38º | 0.83% | 0.6% | - |
| HSV(B) | 284.38º | 0.71% | 0.93% | - |
| XYZ | 39.81 | 21.9 | 83.02 | - |
| YUV | 125.64 | 191.41 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 238 | 0.18 | 0.71 | 0 | 0.07 | 284.38 | 0.83 | 0.6 |
| Hex | C2 | 45 | EE | 12 | 47 | 0 | 7 | 11C | 53 | 3C |
| Octal | 302 | 105 | 356 | 22 | 107 | 0 | 7 | 434 | 123 | 74 |
| Binary | 11000010 | 1000101 | 11101110 | 10010 | 1000111 | 0 | 111 | 100011100 | 1010011 | 111100 |
Color Harmonies of #C245EE
Complementary color
Monochromatic Colors of #C245EE
Black with #C245EE
Text Example
Text Example
White with #C245EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245EE; }
p { color: rgb(194,69,238); }
H1.HeaderClassName
{
color: #C245EE;
}
.AnyTagClassName
{
color: #C245EE;
}
</style>
background-color css
<style>
a { background-color: #C245EE; }
a { background-color: rgb(194,69,238); }
div.DivClassName
{
background-color: #C245EE;
}
.BgClassName
{
background-color: #C245EE;
}
</style>
border-color css
<style>
span { border-color: #C245EE; }
span { border-color: rgb(194,69,238); }
td.TdClassName
{
border-color: #C245EE;
}
.TagClassName
{
border-color: #C245EE;
}
</style>