Shades of Medium Orchid #C23DFB
Tints of Medium Orchid #C23DFB
RGB
CMYK
RGB Variations
Color information
#C23DFB (or 0xC23DFB) is known color: Medium Orchid. HEX triplet: C2, 3D and FB. RGB value is (194,61,251). Sum of RGB (Red+Green+Blue) = 194+61+251=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #C23DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DFB is #3DC204. Grayscale: #797979. Windows color (decimal): -4047365 or 16465346. OLE color: 16465346.
HSL color Cylindrical-coordinate representation of color #C23DFB: hue angle of 282º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23DFB is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 61 | 251 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.02 |
| HSL | 282º | 0.96% | 0.61% | - |
| HSV(B) | 282º | 0.76% | 0.98% | - |
| XYZ | 41.33 | 21.77 | 93.29 | - |
| YUV | 122.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 251 | 0.23 | 0.76 | 0 | 0.02 | 282 | 0.96 | 0.61 |
| Hex | C2 | 3D | FB | 17 | 4C | 0 | 2 | 11A | 60 | 3D |
| Octal | 302 | 75 | 373 | 27 | 114 | 0 | 2 | 432 | 140 | 75 |
| Binary | 11000010 | 111101 | 11111011 | 10111 | 1001100 | 0 | 10 | 100011010 | 1100000 | 111101 |
Color Harmonies of #C23DFB
Complementary color
Monochromatic Colors of #C23DFB
Black with #C23DFB
Text Example
Text Example
White with #C23DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DFB; }
p { color: rgb(194,61,251); }
H1.HeaderClassName
{
color: #C23DFB;
}
.AnyTagClassName
{
color: #C23DFB;
}
</style>
background-color css
<style>
a { background-color: #C23DFB; }
a { background-color: rgb(194,61,251); }
div.DivClassName
{
background-color: #C23DFB;
}
.BgClassName
{
background-color: #C23DFB;
}
</style>
border-color css
<style>
span { border-color: #C23DFB; }
span { border-color: rgb(194,61,251); }
td.TdClassName
{
border-color: #C23DFB;
}
.TagClassName
{
border-color: #C23DFB;
}
</style>