Shades of Medium Orchid #C23EEF
Tints of Medium Orchid #C23EEF
RGB
CMYK
RGB Variations
Color information
#C23EEF (or 0xC23EEF) is known color: Medium Orchid. HEX triplet: C2, 3E and EF. RGB value is (194,62,239). Sum of RGB (Red+Green+Blue) = 194+62+239=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #C23EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EEF is #3DC110. Grayscale: #797979. Windows color (decimal): -4047121 or 15679170. OLE color: 15679170.
HSL color Cylindrical-coordinate representation of color #C23EEF: hue angle of 284.75º 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 #C23EEF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 62 | 239 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.06 |
| HSL | 284.75º | 0.85% | 0.59% | - |
| HSV(B) | 284.75º | 0.74% | 0.94% | - |
| XYZ | 39.55 | 21.15 | 83.66 | - |
| YUV | 121.65 | 194.23 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 239 | 0.19 | 0.74 | 0 | 0.06 | 284.75 | 0.85 | 0.59 |
| Hex | C2 | 3E | EF | 13 | 4A | 0 | 6 | 11D | 55 | 3B |
| Octal | 302 | 76 | 357 | 23 | 112 | 0 | 6 | 435 | 125 | 73 |
| Binary | 11000010 | 111110 | 11101111 | 10011 | 1001010 | 0 | 110 | 100011101 | 1010101 | 111011 |
Color Harmonies of #C23EEF
Complementary color
Monochromatic Colors of #C23EEF
Black with #C23EEF
Text Example
Text Example
White with #C23EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EEF; }
p { color: rgb(194,62,239); }
H1.HeaderClassName
{
color: #C23EEF;
}
.AnyTagClassName
{
color: #C23EEF;
}
</style>
background-color css
<style>
a { background-color: #C23EEF; }
a { background-color: rgb(194,62,239); }
div.DivClassName
{
background-color: #C23EEF;
}
.BgClassName
{
background-color: #C23EEF;
}
</style>
border-color css
<style>
span { border-color: #C23EEF; }
span { border-color: rgb(194,62,239); }
td.TdClassName
{
border-color: #C23EEF;
}
.TagClassName
{
border-color: #C23EEF;
}
</style>