Shades of Medium Orchid #C23FDE
Tints of Medium Orchid #C23FDE
RGB
CMYK
RGB Variations
Color information
#C23FDE (or 0xC23FDE) is known color: Medium Orchid. HEX triplet: C2, 3F and DE. RGB value is (194,63,222). Sum of RGB (Red+Green+Blue) = 194+63+222=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #C23FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FDE is #3DC021. Grayscale: #777777. Windows color (decimal): -4046882 or 14565314. OLE color: 14565314.
HSL color Cylindrical-coordinate representation of color #C23FDE: hue angle of 289.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23FDE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 63 | 222 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 289.43º | 0.71% | 0.56% | - |
| HSV(B) | 289.43º | 0.72% | 0.87% | - |
| XYZ | 37.21 | 20.3 | 71.06 | - |
| YUV | 120.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 222 | 0.13 | 0.72 | 0 | 0.13 | 289.43 | 0.71 | 0.56 |
| Hex | C2 | 3F | DE | D | 48 | 0 | D | 121 | 47 | 38 |
| Octal | 302 | 77 | 336 | 15 | 110 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000010 | 111111 | 11011110 | 1101 | 1001000 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C23FDE
Complementary color
Monochromatic Colors of #C23FDE
Black with #C23FDE
Text Example
Text Example
White with #C23FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FDE; }
p { color: rgb(194,63,222); }
H1.HeaderClassName
{
color: #C23FDE;
}
.AnyTagClassName
{
color: #C23FDE;
}
</style>
background-color css
<style>
a { background-color: #C23FDE; }
a { background-color: rgb(194,63,222); }
div.DivClassName
{
background-color: #C23FDE;
}
.BgClassName
{
background-color: #C23FDE;
}
</style>
border-color css
<style>
span { border-color: #C23FDE; }
span { border-color: rgb(194,63,222); }
td.TdClassName
{
border-color: #C23FDE;
}
.TagClassName
{
border-color: #C23FDE;
}
</style>