Shades of Medium Orchid #C245ED
Tints of Medium Orchid #C245ED
RGB
CMYK
RGB Variations
Color information
#C245ED (or 0xC245ED) is known color: Medium Orchid. HEX triplet: C2, 45 and ED. RGB value is (194,69,237). Sum of RGB (Red+Green+Blue) = 194+69+237=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #C245ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245ED is #3DBA12. Grayscale: #7C7C7C. Windows color (decimal): -4045331 or 15549890. OLE color: 15549890.
HSL color Cylindrical-coordinate representation of color #C245ED: hue angle of 284.64º degrees, saturation: 0.82, 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 #C245ED is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 69 | 237 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.07 |
| HSL | 284.64º | 0.82% | 0.6% | - |
| HSV(B) | 284.64º | 0.71% | 0.93% | - |
| XYZ | 39.66 | 21.84 | 82.25 | - |
| YUV | 125.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 237 | 0.18 | 0.71 | 0 | 0.07 | 284.64 | 0.82 | 0.6 |
| Hex | C2 | 45 | ED | 12 | 47 | 0 | 7 | 11D | 52 | 3C |
| Octal | 302 | 105 | 355 | 22 | 107 | 0 | 7 | 435 | 122 | 74 |
| Binary | 11000010 | 1000101 | 11101101 | 10010 | 1000111 | 0 | 111 | 100011101 | 1010010 | 111100 |
Color Harmonies of #C245ED
Complementary color
Monochromatic Colors of #C245ED
Black with #C245ED
Text Example
Text Example
White with #C245ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245ED; }
p { color: rgb(194,69,237); }
H1.HeaderClassName
{
color: #C245ED;
}
.AnyTagClassName
{
color: #C245ED;
}
</style>
background-color css
<style>
a { background-color: #C245ED; }
a { background-color: rgb(194,69,237); }
div.DivClassName
{
background-color: #C245ED;
}
.BgClassName
{
background-color: #C245ED;
}
</style>
border-color css
<style>
span { border-color: #C245ED; }
span { border-color: rgb(194,69,237); }
td.TdClassName
{
border-color: #C245ED;
}
.TagClassName
{
border-color: #C245ED;
}
</style>