Shades of Medium Orchid #C23DD1
Tints of Medium Orchid #C23DD1
RGB
CMYK
RGB Variations
Color information
#C23DD1 (or 0xC23DD1) is known color: Medium Orchid. HEX triplet: C2, 3D and D1. RGB value is (194,61,209). Sum of RGB (Red+Green+Blue) = 194+61+209=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #C23DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DD1 is #3DC22E. Grayscale: #757575. Windows color (decimal): -4047407 or 13712834. OLE color: 13712834.
HSL color Cylindrical-coordinate representation of color #C23DD1: hue angle of 293.92º 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 #C23DD1 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 61 | 209 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.18 |
| HSL | 293.92º | 0.62% | 0.53% | - |
| HSV(B) | 293.92º | 0.71% | 0.82% | - |
| XYZ | 35.43 | 19.41 | 62.2 | - |
| YUV | 117.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 209 | 0.07 | 0.71 | 0 | 0.18 | 293.92 | 0.62 | 0.53 |
| Hex | C2 | 3D | D1 | 7 | 47 | 0 | 12 | 126 | 3E | 35 |
| Octal | 302 | 75 | 321 | 7 | 107 | 0 | 22 | 446 | 76 | 65 |
| Binary | 11000010 | 111101 | 11010001 | 111 | 1000111 | 0 | 10010 | 100100110 | 111110 | 110101 |
Color Harmonies of #C23DD1
Complementary color
Monochromatic Colors of #C23DD1
Black with #C23DD1
Text Example
Text Example
White with #C23DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DD1; }
p { color: rgb(194,61,209); }
H1.HeaderClassName
{
color: #C23DD1;
}
.AnyTagClassName
{
color: #C23DD1;
}
</style>
background-color css
<style>
a { background-color: #C23DD1; }
a { background-color: rgb(194,61,209); }
div.DivClassName
{
background-color: #C23DD1;
}
.BgClassName
{
background-color: #C23DD1;
}
</style>
border-color css
<style>
span { border-color: #C23DD1; }
span { border-color: rgb(194,61,209); }
td.TdClassName
{
border-color: #C23DD1;
}
.TagClassName
{
border-color: #C23DD1;
}
</style>