Shades of Medium Orchid #C23BD4
Tints of Medium Orchid #C23BD4
RGB
CMYK
RGB Variations
Color information
#C23BD4 (or 0xC23BD4) is known color: Medium Orchid. HEX triplet: C2, 3B and D4. RGB value is (194,59,212). Sum of RGB (Red+Green+Blue) = 194+59+212=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #C23BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BD4 is #3DC42B. Grayscale: #747474. Windows color (decimal): -4047916 or 13908930. OLE color: 13908930.
HSL color Cylindrical-coordinate representation of color #C23BD4: hue angle of 292.94º degrees, saturation: 0.64, 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 #C23BD4 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 59 | 212 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.17 |
| HSL | 292.94º | 0.64% | 0.53% | - |
| HSV(B) | 292.94º | 0.72% | 0.83% | - |
| XYZ | 35.7 | 19.35 | 64.14 | - |
| YUV | 116.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 212 | 0.08 | 0.72 | 0 | 0.17 | 292.94 | 0.64 | 0.53 |
| Hex | C2 | 3B | D4 | 8 | 48 | 0 | 11 | 125 | 40 | 35 |
| Octal | 302 | 73 | 324 | 10 | 110 | 0 | 21 | 445 | 100 | 65 |
| Binary | 11000010 | 111011 | 11010100 | 1000 | 1001000 | 0 | 10001 | 100100101 | 1000000 | 110101 |
Color Harmonies of #C23BD4
Complementary color
Monochromatic Colors of #C23BD4
Black with #C23BD4
Text Example
Text Example
White with #C23BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BD4; }
p { color: rgb(194,59,212); }
H1.HeaderClassName
{
color: #C23BD4;
}
.AnyTagClassName
{
color: #C23BD4;
}
</style>
background-color css
<style>
a { background-color: #C23BD4; }
a { background-color: rgb(194,59,212); }
div.DivClassName
{
background-color: #C23BD4;
}
.BgClassName
{
background-color: #C23BD4;
}
</style>
border-color css
<style>
span { border-color: #C23BD4; }
span { border-color: rgb(194,59,212); }
td.TdClassName
{
border-color: #C23BD4;
}
.TagClassName
{
border-color: #C23BD4;
}
</style>