Shades of Medium Orchid #C23ACF
Tints of Medium Orchid #C23ACF
RGB
CMYK
RGB Variations
Color information
#C23ACF (or 0xC23ACF) is known color: Medium Orchid. HEX triplet: C2, 3A and CF. RGB value is (194,58,207). Sum of RGB (Red+Green+Blue) = 194+58+207=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #C23ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACF is #3DC530. Grayscale: #737373. Windows color (decimal): -4048177 or 13580994. OLE color: 13580994.
HSL color Cylindrical-coordinate representation of color #C23ACF: hue angle of 294.77º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23ACF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 58 | 207 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.19 |
| HSL | 294.77º | 0.61% | 0.52% | - |
| HSV(B) | 294.77º | 0.72% | 0.81% | - |
| XYZ | 35.02 | 19 | 60.85 | - |
| YUV | 115.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 207 | 0.06 | 0.72 | 0 | 0.19 | 294.77 | 0.61 | 0.52 |
| Hex | C2 | 3A | CF | 6 | 48 | 0 | 13 | 127 | 3D | 34 |
| Octal | 302 | 72 | 317 | 6 | 110 | 0 | 23 | 447 | 75 | 64 |
| Binary | 11000010 | 111010 | 11001111 | 110 | 1001000 | 0 | 10011 | 100100111 | 111101 | 110100 |
Color Harmonies of #C23ACF
Complementary color
Monochromatic Colors of #C23ACF
Black with #C23ACF
Text Example
Text Example
White with #C23ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ACF; }
p { color: rgb(194,58,207); }
H1.HeaderClassName
{
color: #C23ACF;
}
.AnyTagClassName
{
color: #C23ACF;
}
</style>
background-color css
<style>
a { background-color: #C23ACF; }
a { background-color: rgb(194,58,207); }
div.DivClassName
{
background-color: #C23ACF;
}
.BgClassName
{
background-color: #C23ACF;
}
</style>
border-color css
<style>
span { border-color: #C23ACF; }
span { border-color: rgb(194,58,207); }
td.TdClassName
{
border-color: #C23ACF;
}
.TagClassName
{
border-color: #C23ACF;
}
</style>