Shades of Medium Orchid #C23CD4
Tints of Medium Orchid #C23CD4
RGB
CMYK
RGB Variations
Color information
#C23CD4 (or 0xC23CD4) is known color: Medium Orchid. HEX triplet: C2, 3C and D4. RGB value is (194,60,212). Sum of RGB (Red+Green+Blue) = 194+60+212=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #C23CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CD4 is #3DC32B. Grayscale: #747474. Windows color (decimal): -4047660 or 13909186. OLE color: 13909186.
HSL color Cylindrical-coordinate representation of color #C23CD4: hue angle of 292.89º 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 #C23CD4 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 60 | 212 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.17 |
| HSL | 292.89º | 0.64% | 0.53% | - |
| HSV(B) | 292.89º | 0.72% | 0.83% | - |
| XYZ | 35.75 | 19.45 | 64.16 | - |
| YUV | 117.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 212 | 0.08 | 0.72 | 0 | 0.17 | 292.89 | 0.64 | 0.53 |
| Hex | C2 | 3C | D4 | 8 | 48 | 0 | 11 | 125 | 40 | 35 |
| Octal | 302 | 74 | 324 | 10 | 110 | 0 | 21 | 445 | 100 | 65 |
| Binary | 11000010 | 111100 | 11010100 | 1000 | 1001000 | 0 | 10001 | 100100101 | 1000000 | 110101 |
Color Harmonies of #C23CD4
Complementary color
Monochromatic Colors of #C23CD4
Black with #C23CD4
Text Example
Text Example
White with #C23CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CD4; }
p { color: rgb(194,60,212); }
H1.HeaderClassName
{
color: #C23CD4;
}
.AnyTagClassName
{
color: #C23CD4;
}
</style>
background-color css
<style>
a { background-color: #C23CD4; }
a { background-color: rgb(194,60,212); }
div.DivClassName
{
background-color: #C23CD4;
}
.BgClassName
{
background-color: #C23CD4;
}
</style>
border-color css
<style>
span { border-color: #C23CD4; }
span { border-color: rgb(194,60,212); }
td.TdClassName
{
border-color: #C23CD4;
}
.TagClassName
{
border-color: #C23CD4;
}
</style>