Shades of Medium Orchid #C23DCF
Tints of Medium Orchid #C23DCF
RGB
CMYK
RGB Variations
Color information
#C23DCF (or 0xC23DCF) is known color: Medium Orchid. HEX triplet: C2, 3D and CF. RGB value is (194,61,207). Sum of RGB (Red+Green+Blue) = 194+61+207=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #C23DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DCF is #3DC230. Grayscale: #747474. Windows color (decimal): -4047409 or 13581762. OLE color: 13581762.
HSL color Cylindrical-coordinate representation of color #C23DCF: hue angle of 294.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23DCF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 61 | 207 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.19 |
| HSL | 294.66º | 0.6% | 0.53% | - |
| HSV(B) | 294.66º | 0.71% | 0.81% | - |
| XYZ | 35.18 | 19.31 | 60.9 | - |
| YUV | 117.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 207 | 0.06 | 0.71 | 0 | 0.19 | 294.66 | 0.6 | 0.53 |
| Hex | C2 | 3D | CF | 6 | 47 | 0 | 13 | 127 | 3C | 35 |
| Octal | 302 | 75 | 317 | 6 | 107 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000010 | 111101 | 11001111 | 110 | 1000111 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C23DCF
Complementary color
Monochromatic Colors of #C23DCF
Black with #C23DCF
Text Example
Text Example
White with #C23DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DCF; }
p { color: rgb(194,61,207); }
H1.HeaderClassName
{
color: #C23DCF;
}
.AnyTagClassName
{
color: #C23DCF;
}
</style>
background-color css
<style>
a { background-color: #C23DCF; }
a { background-color: rgb(194,61,207); }
div.DivClassName
{
background-color: #C23DCF;
}
.BgClassName
{
background-color: #C23DCF;
}
</style>
border-color css
<style>
span { border-color: #C23DCF; }
span { border-color: rgb(194,61,207); }
td.TdClassName
{
border-color: #C23DCF;
}
.TagClassName
{
border-color: #C23DCF;
}
</style>