Shades of Medium Orchid #C238FD
Tints of Medium Orchid #C238FD
RGB
CMYK
RGB Variations
Color information
#C238FD (or 0xC238FD) is known color: Medium Orchid. HEX triplet: C2, 38 and FD. RGB value is (194,56,253). Sum of RGB (Red+Green+Blue) = 194+56+253=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C238FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238FD is #3DC702. Grayscale: #777777. Windows color (decimal): -4048643 or 16595138. OLE color: 16595138.
HSL color Cylindrical-coordinate representation of color #C238FD: hue angle of 282.03º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C238FD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 56 | 253 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.01 |
| HSL | 282.03º | 0.98% | 0.61% | - |
| HSV(B) | 282.03º | 0.78% | 0.99% | - |
| XYZ | 41.39 | 21.39 | 94.88 | - |
| YUV | 119.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 253 | 0.23 | 0.78 | 0 | 0.01 | 282.03 | 0.98 | 0.61 |
| Hex | C2 | 38 | FD | 17 | 4E | 0 | 1 | 11A | 62 | 3D |
| Octal | 302 | 70 | 375 | 27 | 116 | 0 | 1 | 432 | 142 | 75 |
| Binary | 11000010 | 111000 | 11111101 | 10111 | 1001110 | 0 | 1 | 100011010 | 1100010 | 111101 |
Color Harmonies of #C238FD
Complementary color
Monochromatic Colors of #C238FD
Black with #C238FD
Text Example
Text Example
White with #C238FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238FD; }
p { color: rgb(194,56,253); }
H1.HeaderClassName
{
color: #C238FD;
}
.AnyTagClassName
{
color: #C238FD;
}
</style>
background-color css
<style>
a { background-color: #C238FD; }
a { background-color: rgb(194,56,253); }
div.DivClassName
{
background-color: #C238FD;
}
.BgClassName
{
background-color: #C238FD;
}
</style>
border-color css
<style>
span { border-color: #C238FD; }
span { border-color: rgb(194,56,253); }
td.TdClassName
{
border-color: #C238FD;
}
.TagClassName
{
border-color: #C238FD;
}
</style>