Shades of Medium Orchid #C23BCF
Tints of Medium Orchid #C23BCF
RGB
CMYK
RGB Variations
Color information
#C23BCF (or 0xC23BCF) is known color: Medium Orchid. HEX triplet: C2, 3B and CF. RGB value is (194,59,207). Sum of RGB (Red+Green+Blue) = 194+59+207=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #C23BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BCF is #3DC430. Grayscale: #737373. Windows color (decimal): -4047921 or 13581250. OLE color: 13581250.
HSL color Cylindrical-coordinate representation of color #C23BCF: hue angle of 294.73º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23BCF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 59 | 207 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.19 |
| HSL | 294.73º | 0.61% | 0.52% | - |
| HSV(B) | 294.73º | 0.71% | 0.81% | - |
| XYZ | 35.07 | 19.1 | 60.87 | - |
| YUV | 116.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 207 | 0.06 | 0.71 | 0 | 0.19 | 294.73 | 0.61 | 0.52 |
| Hex | C2 | 3B | CF | 6 | 47 | 0 | 13 | 127 | 3D | 34 |
| Octal | 302 | 73 | 317 | 6 | 107 | 0 | 23 | 447 | 75 | 64 |
| Binary | 11000010 | 111011 | 11001111 | 110 | 1000111 | 0 | 10011 | 100100111 | 111101 | 110100 |
Color Harmonies of #C23BCF
Complementary color
Monochromatic Colors of #C23BCF
Black with #C23BCF
Text Example
Text Example
White with #C23BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BCF; }
p { color: rgb(194,59,207); }
H1.HeaderClassName
{
color: #C23BCF;
}
.AnyTagClassName
{
color: #C23BCF;
}
</style>
background-color css
<style>
a { background-color: #C23BCF; }
a { background-color: rgb(194,59,207); }
div.DivClassName
{
background-color: #C23BCF;
}
.BgClassName
{
background-color: #C23BCF;
}
</style>
border-color css
<style>
span { border-color: #C23BCF; }
span { border-color: rgb(194,59,207); }
td.TdClassName
{
border-color: #C23BCF;
}
.TagClassName
{
border-color: #C23BCF;
}
</style>