Shades of Medium Orchid #C23AFD
Tints of Medium Orchid #C23AFD
RGB
CMYK
RGB Variations
Color information
#C23AFD (or 0xC23AFD) is known color: Medium Orchid. HEX triplet: C2, 3A and FD. RGB value is (194,58,253). Sum of RGB (Red+Green+Blue) = 194+58+253=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C23AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AFD is #3DC502. Grayscale: #787878. Windows color (decimal): -4048131 or 16595650. OLE color: 16595650.
HSL color Cylindrical-coordinate representation of color #C23AFD: hue angle of 281.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C23AFD is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 58 | 253 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.01 |
| HSL | 281.85º | 0.98% | 0.61% | - |
| HSV(B) | 281.85º | 0.77% | 0.99% | - |
| XYZ | 41.49 | 21.59 | 94.91 | - |
| YUV | 120.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 253 | 0.23 | 0.77 | 0 | 0.01 | 281.85 | 0.98 | 0.61 |
| Hex | C2 | 3A | FD | 17 | 4D | 0 | 1 | 11A | 62 | 3D |
| Octal | 302 | 72 | 375 | 27 | 115 | 0 | 1 | 432 | 142 | 75 |
| Binary | 11000010 | 111010 | 11111101 | 10111 | 1001101 | 0 | 1 | 100011010 | 1100010 | 111101 |
Color Harmonies of #C23AFD
Complementary color
Monochromatic Colors of #C23AFD
Black with #C23AFD
Text Example
Text Example
White with #C23AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AFD; }
p { color: rgb(194,58,253); }
H1.HeaderClassName
{
color: #C23AFD;
}
.AnyTagClassName
{
color: #C23AFD;
}
</style>
background-color css
<style>
a { background-color: #C23AFD; }
a { background-color: rgb(194,58,253); }
div.DivClassName
{
background-color: #C23AFD;
}
.BgClassName
{
background-color: #C23AFD;
}
</style>
border-color css
<style>
span { border-color: #C23AFD; }
span { border-color: rgb(194,58,253); }
td.TdClassName
{
border-color: #C23AFD;
}
.TagClassName
{
border-color: #C23AFD;
}
</style>