Shades of Medium Orchid #C23CD2
Tints of Medium Orchid #C23CD2
RGB
CMYK
RGB Variations
Color information
#C23CD2 (or 0xC23CD2) is known color: Medium Orchid. HEX triplet: C2, 3C and D2. RGB value is (194,60,210). Sum of RGB (Red+Green+Blue) = 194+60+210=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #C23CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CD2 is #3DC32D. Grayscale: #747474. Windows color (decimal): -4047662 or 13778114. OLE color: 13778114.
HSL color Cylindrical-coordinate representation of color #C23CD2: hue angle of 293.6º 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 #C23CD2 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 60 | 210 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.18 |
| HSL | 293.6º | 0.63% | 0.53% | - |
| HSV(B) | 293.6º | 0.71% | 0.82% | - |
| XYZ | 35.5 | 19.35 | 62.84 | - |
| YUV | 117.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 210 | 0.08 | 0.71 | 0 | 0.18 | 293.6 | 0.63 | 0.53 |
| Hex | C2 | 3C | D2 | 8 | 47 | 0 | 12 | 126 | 3E | 35 |
| Octal | 302 | 74 | 322 | 10 | 107 | 0 | 22 | 446 | 76 | 65 |
| Binary | 11000010 | 111100 | 11010010 | 1000 | 1000111 | 0 | 10010 | 100100110 | 111110 | 110101 |
Color Harmonies of #C23CD2
Complementary color
Monochromatic Colors of #C23CD2
Black with #C23CD2
Text Example
Text Example
White with #C23CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CD2; }
p { color: rgb(194,60,210); }
H1.HeaderClassName
{
color: #C23CD2;
}
.AnyTagClassName
{
color: #C23CD2;
}
</style>
background-color css
<style>
a { background-color: #C23CD2; }
a { background-color: rgb(194,60,210); }
div.DivClassName
{
background-color: #C23CD2;
}
.BgClassName
{
background-color: #C23CD2;
}
</style>
border-color css
<style>
span { border-color: #C23CD2; }
span { border-color: rgb(194,60,210); }
td.TdClassName
{
border-color: #C23CD2;
}
.TagClassName
{
border-color: #C23CD2;
}
</style>