Shades of Medium Orchid #C23CD8
Tints of Medium Orchid #C23CD8
RGB
CMYK
RGB Variations
Color information
#C23CD8 (or 0xC23CD8) is known color: Medium Orchid. HEX triplet: C2, 3C and D8. RGB value is (194,60,216). Sum of RGB (Red+Green+Blue) = 194+60+216=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #C23CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CD8 is #3DC327. Grayscale: #757575. Windows color (decimal): -4047656 or 14171330. OLE color: 14171330.
HSL color Cylindrical-coordinate representation of color #C23CD8: hue angle of 291.54º 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 #C23CD8 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 60 | 216 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.15 |
| HSL | 291.54º | 0.67% | 0.54% | - |
| HSV(B) | 291.54º | 0.72% | 0.85% | - |
| XYZ | 36.26 | 19.66 | 66.85 | - |
| YUV | 117.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 216 | 0.10 | 0.72 | 0 | 0.15 | 291.54 | 0.67 | 0.54 |
| Hex | C2 | 3C | D8 | A | 48 | 0 | F | 124 | 43 | 36 |
| Octal | 302 | 74 | 330 | 12 | 110 | 0 | 17 | 444 | 103 | 66 |
| Binary | 11000010 | 111100 | 11011000 | 1010 | 1001000 | 0 | 1111 | 100100100 | 1000011 | 110110 |
Color Harmonies of #C23CD8
Complementary color
Monochromatic Colors of #C23CD8
Black with #C23CD8
Text Example
Text Example
White with #C23CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CD8; }
p { color: rgb(194,60,216); }
H1.HeaderClassName
{
color: #C23CD8;
}
.AnyTagClassName
{
color: #C23CD8;
}
</style>
background-color css
<style>
a { background-color: #C23CD8; }
a { background-color: rgb(194,60,216); }
div.DivClassName
{
background-color: #C23CD8;
}
.BgClassName
{
background-color: #C23CD8;
}
</style>
border-color css
<style>
span { border-color: #C23CD8; }
span { border-color: rgb(194,60,216); }
td.TdClassName
{
border-color: #C23CD8;
}
.TagClassName
{
border-color: #C23CD8;
}
</style>