Shades of Medium Orchid #C23CD1
Tints of Medium Orchid #C23CD1
RGB
CMYK
RGB Variations
Color information
#C23CD1 (or 0xC23CD1) is known color: Medium Orchid. HEX triplet: C2, 3C and D1. RGB value is (194,60,209). Sum of RGB (Red+Green+Blue) = 194+60+209=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #C23CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CD1 is #3DC32E. Grayscale: #747474. Windows color (decimal): -4047663 or 13712578. OLE color: 13712578.
HSL color Cylindrical-coordinate representation of color #C23CD1: hue angle of 293.96º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23CD1 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 60 | 209 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.18 |
| HSL | 293.96º | 0.62% | 0.53% | - |
| HSV(B) | 293.96º | 0.71% | 0.82% | - |
| XYZ | 35.37 | 19.3 | 62.18 | - |
| YUV | 117.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 209 | 0.07 | 0.71 | 0 | 0.18 | 293.96 | 0.62 | 0.53 |
| Hex | C2 | 3C | D1 | 7 | 47 | 0 | 12 | 126 | 3E | 35 |
| Octal | 302 | 74 | 321 | 7 | 107 | 0 | 22 | 446 | 76 | 65 |
| Binary | 11000010 | 111100 | 11010001 | 111 | 1000111 | 0 | 10010 | 100100110 | 111110 | 110101 |
Color Harmonies of #C23CD1
Complementary color
Monochromatic Colors of #C23CD1
Black with #C23CD1
Text Example
Text Example
White with #C23CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CD1; }
p { color: rgb(194,60,209); }
H1.HeaderClassName
{
color: #C23CD1;
}
.AnyTagClassName
{
color: #C23CD1;
}
</style>
background-color css
<style>
a { background-color: #C23CD1; }
a { background-color: rgb(194,60,209); }
div.DivClassName
{
background-color: #C23CD1;
}
.BgClassName
{
background-color: #C23CD1;
}
</style>
border-color css
<style>
span { border-color: #C23CD1; }
span { border-color: rgb(194,60,209); }
td.TdClassName
{
border-color: #C23CD1;
}
.TagClassName
{
border-color: #C23CD1;
}
</style>