Shades of Medium Orchid #C23EE7
Tints of Medium Orchid #C23EE7
RGB
CMYK
RGB Variations
Color information
#C23EE7 (or 0xC23EE7) is known color: Medium Orchid. HEX triplet: C2, 3E and E7. RGB value is (194,62,231). Sum of RGB (Red+Green+Blue) = 194+62+231=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #C23EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EE7 is #3DC118. Grayscale: #787878. Windows color (decimal): -4047129 or 15154882. OLE color: 15154882.
HSL color Cylindrical-coordinate representation of color #C23EE7: hue angle of 286.86º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23EE7 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 62 | 231 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.09 |
| HSL | 286.86º | 0.78% | 0.57% | - |
| HSV(B) | 286.86º | 0.73% | 0.91% | - |
| XYZ | 38.39 | 20.68 | 77.57 | - |
| YUV | 120.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 231 | 0.16 | 0.73 | 0 | 0.09 | 286.86 | 0.78 | 0.57 |
| Hex | C2 | 3E | E7 | 10 | 49 | 0 | 9 | 11F | 4E | 39 |
| Octal | 302 | 76 | 347 | 20 | 111 | 0 | 11 | 437 | 116 | 71 |
| Binary | 11000010 | 111110 | 11100111 | 10000 | 1001001 | 0 | 1001 | 100011111 | 1001110 | 111001 |
Color Harmonies of #C23EE7
Complementary color
Monochromatic Colors of #C23EE7
Black with #C23EE7
Text Example
Text Example
White with #C23EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EE7; }
p { color: rgb(194,62,231); }
H1.HeaderClassName
{
color: #C23EE7;
}
.AnyTagClassName
{
color: #C23EE7;
}
</style>
background-color css
<style>
a { background-color: #C23EE7; }
a { background-color: rgb(194,62,231); }
div.DivClassName
{
background-color: #C23EE7;
}
.BgClassName
{
background-color: #C23EE7;
}
</style>
border-color css
<style>
span { border-color: #C23EE7; }
span { border-color: rgb(194,62,231); }
td.TdClassName
{
border-color: #C23EE7;
}
.TagClassName
{
border-color: #C23EE7;
}
</style>