Shades of Medium Orchid #C23EFB
Tints of Medium Orchid #C23EFB
RGB
CMYK
RGB Variations
Color information
#C23EFB (or 0xC23EFB) is known color: Medium Orchid. HEX triplet: C2, 3E and FB. RGB value is (194,62,251). Sum of RGB (Red+Green+Blue) = 194+62+251=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C23EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EFB is #3DC104. Grayscale: #7A7A7A. Windows color (decimal): -4047109 or 16465602. OLE color: 16465602.
HSL color Cylindrical-coordinate representation of color #C23EFB: hue angle of 281.9º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23EFB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 62 | 251 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.02 |
| HSL | 281.9º | 0.96% | 0.61% | - |
| HSV(B) | 281.9º | 0.75% | 0.98% | - |
| XYZ | 41.38 | 21.88 | 93.31 | - |
| YUV | 123.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 251 | 0.23 | 0.75 | 0 | 0.02 | 281.9 | 0.96 | 0.61 |
| Hex | C2 | 3E | FB | 17 | 4B | 0 | 2 | 11A | 60 | 3D |
| Octal | 302 | 76 | 373 | 27 | 113 | 0 | 2 | 432 | 140 | 75 |
| Binary | 11000010 | 111110 | 11111011 | 10111 | 1001011 | 0 | 10 | 100011010 | 1100000 | 111101 |
Color Harmonies of #C23EFB
Complementary color
Monochromatic Colors of #C23EFB
Black with #C23EFB
Text Example
Text Example
White with #C23EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EFB; }
p { color: rgb(194,62,251); }
H1.HeaderClassName
{
color: #C23EFB;
}
.AnyTagClassName
{
color: #C23EFB;
}
</style>
background-color css
<style>
a { background-color: #C23EFB; }
a { background-color: rgb(194,62,251); }
div.DivClassName
{
background-color: #C23EFB;
}
.BgClassName
{
background-color: #C23EFB;
}
</style>
border-color css
<style>
span { border-color: #C23EFB; }
span { border-color: rgb(194,62,251); }
td.TdClassName
{
border-color: #C23EFB;
}
.TagClassName
{
border-color: #C23EFB;
}
</style>