Shades of Medium Orchid #C23FD0
Tints of Medium Orchid #C23FD0
RGB
CMYK
RGB Variations
Color information
#C23FD0 (or 0xC23FD0) is known color: Medium Orchid. HEX triplet: C2, 3F and D0. RGB value is (194,63,208). Sum of RGB (Red+Green+Blue) = 194+63+208=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #C23FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FD0 is #3DC02F. Grayscale: #767676. Windows color (decimal): -4046896 or 13647810. OLE color: 13647810.
HSL color Cylindrical-coordinate representation of color #C23FD0: hue angle of 294.21º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23FD0 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 63 | 208 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.18 |
| HSL | 294.21º | 0.61% | 0.53% | - |
| HSV(B) | 294.21º | 0.7% | 0.82% | - |
| XYZ | 35.41 | 19.58 | 61.59 | - |
| YUV | 118.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 208 | 0.07 | 0.70 | 0 | 0.18 | 294.21 | 0.61 | 0.53 |
| Hex | C2 | 3F | D0 | 7 | 46 | 0 | 12 | 126 | 3D | 35 |
| Octal | 302 | 77 | 320 | 7 | 106 | 0 | 22 | 446 | 75 | 65 |
| Binary | 11000010 | 111111 | 11010000 | 111 | 1000110 | 0 | 10010 | 100100110 | 111101 | 110101 |
Color Harmonies of #C23FD0
Complementary color
Monochromatic Colors of #C23FD0
Black with #C23FD0
Text Example
Text Example
White with #C23FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FD0; }
p { color: rgb(194,63,208); }
H1.HeaderClassName
{
color: #C23FD0;
}
.AnyTagClassName
{
color: #C23FD0;
}
</style>
background-color css
<style>
a { background-color: #C23FD0; }
a { background-color: rgb(194,63,208); }
div.DivClassName
{
background-color: #C23FD0;
}
.BgClassName
{
background-color: #C23FD0;
}
</style>
border-color css
<style>
span { border-color: #C23FD0; }
span { border-color: rgb(194,63,208); }
td.TdClassName
{
border-color: #C23FD0;
}
.TagClassName
{
border-color: #C23FD0;
}
</style>