Shades of Medium Orchid #C23FFE
Tints of Medium Orchid #C23FFE
RGB
CMYK
RGB Variations
Color information
#C23FFE (or 0xC23FFE) is known color: Medium Orchid. HEX triplet: C2, 3F and FE. RGB value is (194,63,254). Sum of RGB (Red+Green+Blue) = 194+63+254=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #C23FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23FFE is #3DC001. Grayscale: #7B7B7B. Windows color (decimal): -4046850 or 16662466. OLE color: 16662466.
HSL color Cylindrical-coordinate representation of color #C23FFE: hue angle of 281.15º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23FFE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 63 | 254 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.00 |
| HSL | 281.15º | 0.99% | 0.62% | - |
| HSV(B) | 281.15º | 0.75% | 1% | - |
| XYZ | 41.92 | 22.18 | 95.84 | - |
| YUV | 123.94 | 201.4 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 254 | 0.24 | 0.75 | 0 | 0.00 | 281.15 | 0.99 | 0.62 |
| Hex | C2 | 3F | FE | 18 | 4B | 0 | 0 | 119 | 63 | 3E |
| Octal | 302 | 77 | 376 | 30 | 113 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000010 | 111111 | 11111110 | 11000 | 1001011 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C23FFE
Complementary color
Monochromatic Colors of #C23FFE
Black with #C23FFE
Text Example
Text Example
White with #C23FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FFE; }
p { color: rgb(194,63,254); }
H1.HeaderClassName
{
color: #C23FFE;
}
.AnyTagClassName
{
color: #C23FFE;
}
</style>
background-color css
<style>
a { background-color: #C23FFE; }
a { background-color: rgb(194,63,254); }
div.DivClassName
{
background-color: #C23FFE;
}
.BgClassName
{
background-color: #C23FFE;
}
</style>
border-color css
<style>
span { border-color: #C23FFE; }
span { border-color: rgb(194,63,254); }
td.TdClassName
{
border-color: #C23FFE;
}
.TagClassName
{
border-color: #C23FFE;
}
</style>