Shades of Medium Orchid #C23DFD
Tints of Medium Orchid #C23DFD
RGB
CMYK
RGB Variations
Color information
#C23DFD (or 0xC23DFD) is known color: Medium Orchid. HEX triplet: C2, 3D and FD. RGB value is (194,61,253). Sum of RGB (Red+Green+Blue) = 194+61+253=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #C23DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DFD is #3DC202. Grayscale: #7A7A7A. Windows color (decimal): -4047363 or 16596418. OLE color: 16596418.
HSL color Cylindrical-coordinate representation of color #C23DFD: hue angle of 281.56º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23DFD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 61 | 253 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.01 |
| HSL | 281.56º | 0.98% | 0.62% | - |
| HSV(B) | 281.56º | 0.76% | 0.99% | - |
| XYZ | 41.65 | 21.9 | 94.96 | - |
| YUV | 122.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 253 | 0.23 | 0.76 | 0 | 0.01 | 281.56 | 0.98 | 0.62 |
| Hex | C2 | 3D | FD | 17 | 4C | 0 | 1 | 11A | 62 | 3E |
| Octal | 302 | 75 | 375 | 27 | 114 | 0 | 1 | 432 | 142 | 76 |
| Binary | 11000010 | 111101 | 11111101 | 10111 | 1001100 | 0 | 1 | 100011010 | 1100010 | 111110 |
Color Harmonies of #C23DFD
Complementary color
Monochromatic Colors of #C23DFD
Black with #C23DFD
Text Example
Text Example
White with #C23DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DFD; }
p { color: rgb(194,61,253); }
H1.HeaderClassName
{
color: #C23DFD;
}
.AnyTagClassName
{
color: #C23DFD;
}
</style>
background-color css
<style>
a { background-color: #C23DFD; }
a { background-color: rgb(194,61,253); }
div.DivClassName
{
background-color: #C23DFD;
}
.BgClassName
{
background-color: #C23DFD;
}
</style>
border-color css
<style>
span { border-color: #C23DFD; }
span { border-color: rgb(194,61,253); }
td.TdClassName
{
border-color: #C23DFD;
}
.TagClassName
{
border-color: #C23DFD;
}
</style>