Shades of Medium Orchid #C23CD3
Tints of Medium Orchid #C23CD3
RGB
CMYK
RGB Variations
Color information
#C23CD3 (or 0xC23CD3) is known color: Medium Orchid. HEX triplet: C2, 3C and D3. RGB value is (194,60,211). Sum of RGB (Red+Green+Blue) = 194+60+211=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #C23CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CD3 is #3DC32C. Grayscale: #747474. Windows color (decimal): -4047661 or 13843650. OLE color: 13843650.
HSL color Cylindrical-coordinate representation of color #C23CD3: hue angle of 293.25º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23CD3 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 60 | 211 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.17 |
| HSL | 293.25º | 0.63% | 0.53% | - |
| HSV(B) | 293.25º | 0.72% | 0.83% | - |
| XYZ | 35.62 | 19.4 | 63.5 | - |
| YUV | 117.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 211 | 0.08 | 0.72 | 0 | 0.17 | 293.25 | 0.63 | 0.53 |
| Hex | C2 | 3C | D3 | 8 | 48 | 0 | 11 | 125 | 3F | 35 |
| Octal | 302 | 74 | 323 | 10 | 110 | 0 | 21 | 445 | 77 | 65 |
| Binary | 11000010 | 111100 | 11010011 | 1000 | 1001000 | 0 | 10001 | 100100101 | 111111 | 110101 |
Color Harmonies of #C23CD3
Complementary color
Monochromatic Colors of #C23CD3
Black with #C23CD3
Text Example
Text Example
White with #C23CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CD3; }
p { color: rgb(194,60,211); }
H1.HeaderClassName
{
color: #C23CD3;
}
.AnyTagClassName
{
color: #C23CD3;
}
</style>
background-color css
<style>
a { background-color: #C23CD3; }
a { background-color: rgb(194,60,211); }
div.DivClassName
{
background-color: #C23CD3;
}
.BgClassName
{
background-color: #C23CD3;
}
</style>
border-color css
<style>
span { border-color: #C23CD3; }
span { border-color: rgb(194,60,211); }
td.TdClassName
{
border-color: #C23CD3;
}
.TagClassName
{
border-color: #C23CD3;
}
</style>