Shades of Medium Orchid #C23FFB
Tints of Medium Orchid #C23FFB
RGB
CMYK
RGB Variations
Color information
#C23FFB (or 0xC23FFB) is known color: Medium Orchid. HEX triplet: C2, 3F and FB. RGB value is (194,63,251). Sum of RGB (Red+Green+Blue) = 194+63+251=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #C23FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23FFB is #3DC004. Grayscale: #7A7A7A. Windows color (decimal): -4046853 or 16465858. OLE color: 16465858.
HSL color Cylindrical-coordinate representation of color #C23FFB: hue angle of 281.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23FFB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 63 | 251 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.02 |
| HSL | 281.81º | 0.96% | 0.62% | - |
| HSV(B) | 281.81º | 0.75% | 0.98% | - |
| XYZ | 41.44 | 21.99 | 93.33 | - |
| YUV | 123.6 | 199.9 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 251 | 0.23 | 0.75 | 0 | 0.02 | 281.81 | 0.96 | 0.62 |
| Hex | C2 | 3F | FB | 17 | 4B | 0 | 2 | 11A | 60 | 3E |
| Octal | 302 | 77 | 373 | 27 | 113 | 0 | 2 | 432 | 140 | 76 |
| Binary | 11000010 | 111111 | 11111011 | 10111 | 1001011 | 0 | 10 | 100011010 | 1100000 | 111110 |
Color Harmonies of #C23FFB
Complementary color
Monochromatic Colors of #C23FFB
Black with #C23FFB
Text Example
Text Example
White with #C23FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FFB; }
p { color: rgb(194,63,251); }
H1.HeaderClassName
{
color: #C23FFB;
}
.AnyTagClassName
{
color: #C23FFB;
}
</style>
background-color css
<style>
a { background-color: #C23FFB; }
a { background-color: rgb(194,63,251); }
div.DivClassName
{
background-color: #C23FFB;
}
.BgClassName
{
background-color: #C23FFB;
}
</style>
border-color css
<style>
span { border-color: #C23FFB; }
span { border-color: rgb(194,63,251); }
td.TdClassName
{
border-color: #C23FFB;
}
.TagClassName
{
border-color: #C23FFB;
}
</style>