Shades of Medium Orchid #C23FEF
Tints of Medium Orchid #C23FEF
RGB
CMYK
RGB Variations
Color information
#C23FEF (or 0xC23FEF) is known color: Medium Orchid. HEX triplet: C2, 3F and EF. RGB value is (194,63,239). Sum of RGB (Red+Green+Blue) = 194+63+239=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #C23FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23FEF is #3DC010. Grayscale: #797979. Windows color (decimal): -4046865 or 15679426. OLE color: 15679426.
HSL color Cylindrical-coordinate representation of color #C23FEF: hue angle of 284.66º 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 #C23FEF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 63 | 239 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.06 |
| HSL | 284.66º | 0.85% | 0.59% | - |
| HSV(B) | 284.66º | 0.74% | 0.94% | - |
| XYZ | 39.61 | 21.26 | 83.68 | - |
| YUV | 122.23 | 193.9 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 239 | 0.19 | 0.74 | 0 | 0.06 | 284.66 | 0.85 | 0.59 |
| Hex | C2 | 3F | EF | 13 | 4A | 0 | 6 | 11D | 55 | 3B |
| Octal | 302 | 77 | 357 | 23 | 112 | 0 | 6 | 435 | 125 | 73 |
| Binary | 11000010 | 111111 | 11101111 | 10011 | 1001010 | 0 | 110 | 100011101 | 1010101 | 111011 |
Color Harmonies of #C23FEF
Complementary color
Monochromatic Colors of #C23FEF
Black with #C23FEF
Text Example
Text Example
White with #C23FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FEF; }
p { color: rgb(194,63,239); }
H1.HeaderClassName
{
color: #C23FEF;
}
.AnyTagClassName
{
color: #C23FEF;
}
</style>
background-color css
<style>
a { background-color: #C23FEF; }
a { background-color: rgb(194,63,239); }
div.DivClassName
{
background-color: #C23FEF;
}
.BgClassName
{
background-color: #C23FEF;
}
</style>
border-color css
<style>
span { border-color: #C23FEF; }
span { border-color: rgb(194,63,239); }
td.TdClassName
{
border-color: #C23FEF;
}
.TagClassName
{
border-color: #C23FEF;
}
</style>