Shades of Medium Orchid #C23CD9
Tints of Medium Orchid #C23CD9
RGB
CMYK
RGB Variations
Color information
#C23CD9 (or 0xC23CD9) is known color: Medium Orchid. HEX triplet: C2, 3C and D9. RGB value is (194,60,217). Sum of RGB (Red+Green+Blue) = 194+60+217=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #C23CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CD9 is #3DC326. Grayscale: #757575. Windows color (decimal): -4047655 or 14236866. OLE color: 14236866.
HSL color Cylindrical-coordinate representation of color #C23CD9: hue angle of 291.21º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23CD9 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 60 | 217 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.15 |
| HSL | 291.21º | 0.67% | 0.54% | - |
| HSV(B) | 291.21º | 0.72% | 0.85% | - |
| XYZ | 36.39 | 19.71 | 67.53 | - |
| YUV | 117.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 217 | 0.11 | 0.72 | 0 | 0.15 | 291.21 | 0.67 | 0.54 |
| Hex | C2 | 3C | D9 | B | 48 | 0 | F | 123 | 43 | 36 |
| Octal | 302 | 74 | 331 | 13 | 110 | 0 | 17 | 443 | 103 | 66 |
| Binary | 11000010 | 111100 | 11011001 | 1011 | 1001000 | 0 | 1111 | 100100011 | 1000011 | 110110 |
Color Harmonies of #C23CD9
Complementary color
Monochromatic Colors of #C23CD9
Black with #C23CD9
Text Example
Text Example
White with #C23CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CD9; }
p { color: rgb(194,60,217); }
H1.HeaderClassName
{
color: #C23CD9;
}
.AnyTagClassName
{
color: #C23CD9;
}
</style>
background-color css
<style>
a { background-color: #C23CD9; }
a { background-color: rgb(194,60,217); }
div.DivClassName
{
background-color: #C23CD9;
}
.BgClassName
{
background-color: #C23CD9;
}
</style>
border-color css
<style>
span { border-color: #C23CD9; }
span { border-color: rgb(194,60,217); }
td.TdClassName
{
border-color: #C23CD9;
}
.TagClassName
{
border-color: #C23CD9;
}
</style>