Shades of Medium Orchid #C23DFC
Tints of Medium Orchid #C23DFC
RGB
CMYK
RGB Variations
Color information
#C23DFC (or 0xC23DFC) is known color: Medium Orchid. HEX triplet: C2, 3D and FC. RGB value is (194,61,252). Sum of RGB (Red+Green+Blue) = 194+61+252=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C23DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DFC is #3DC203. Grayscale: #797979. Windows color (decimal): -4047364 or 16530882. OLE color: 16530882.
HSL color Cylindrical-coordinate representation of color #C23DFC: hue angle of 281.78º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23DFC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 61 | 252 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.01 |
| HSL | 281.78º | 0.97% | 0.61% | - |
| HSV(B) | 281.78º | 0.76% | 0.99% | - |
| XYZ | 41.49 | 21.84 | 94.12 | - |
| YUV | 122.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 252 | 0.23 | 0.76 | 0 | 0.01 | 281.78 | 0.97 | 0.61 |
| Hex | C2 | 3D | FC | 17 | 4C | 0 | 1 | 11A | 61 | 3D |
| Octal | 302 | 75 | 374 | 27 | 114 | 0 | 1 | 432 | 141 | 75 |
| Binary | 11000010 | 111101 | 11111100 | 10111 | 1001100 | 0 | 1 | 100011010 | 1100001 | 111101 |
Color Harmonies of #C23DFC
Complementary color
Monochromatic Colors of #C23DFC
Black with #C23DFC
Text Example
Text Example
White with #C23DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DFC; }
p { color: rgb(194,61,252); }
H1.HeaderClassName
{
color: #C23DFC;
}
.AnyTagClassName
{
color: #C23DFC;
}
</style>
background-color css
<style>
a { background-color: #C23DFC; }
a { background-color: rgb(194,61,252); }
div.DivClassName
{
background-color: #C23DFC;
}
.BgClassName
{
background-color: #C23DFC;
}
</style>
border-color css
<style>
span { border-color: #C23DFC; }
span { border-color: rgb(194,61,252); }
td.TdClassName
{
border-color: #C23DFC;
}
.TagClassName
{
border-color: #C23DFC;
}
</style>