Shades of Medium Orchid #C238D0
Tints of Medium Orchid #C238D0
RGB
CMYK
RGB Variations
Color information
#C238D0 (or 0xC238D0) is known color: Medium Orchid. HEX triplet: C2, 38 and D0. RGB value is (194,56,208). Sum of RGB (Red+Green+Blue) = 194+56+208=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #C238D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238D0 is #3DC72F. Grayscale: #727272. Windows color (decimal): -4048688 or 13646018. OLE color: 13646018.
HSL color Cylindrical-coordinate representation of color #C238D0: hue angle of 294.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C238D0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 56 | 208 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.18 |
| HSL | 294.47º | 0.62% | 0.52% | - |
| HSV(B) | 294.47º | 0.73% | 0.82% | - |
| XYZ | 35.05 | 18.85 | 61.47 | - |
| YUV | 114.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 208 | 0.07 | 0.73 | 0 | 0.18 | 294.47 | 0.62 | 0.52 |
| Hex | C2 | 38 | D0 | 7 | 49 | 0 | 12 | 126 | 3E | 34 |
| Octal | 302 | 70 | 320 | 7 | 111 | 0 | 22 | 446 | 76 | 64 |
| Binary | 11000010 | 111000 | 11010000 | 111 | 1001001 | 0 | 10010 | 100100110 | 111110 | 110100 |
Color Harmonies of #C238D0
Complementary color
Monochromatic Colors of #C238D0
Black with #C238D0
Text Example
Text Example
White with #C238D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238D0; }
p { color: rgb(194,56,208); }
H1.HeaderClassName
{
color: #C238D0;
}
.AnyTagClassName
{
color: #C238D0;
}
</style>
background-color css
<style>
a { background-color: #C238D0; }
a { background-color: rgb(194,56,208); }
div.DivClassName
{
background-color: #C238D0;
}
.BgClassName
{
background-color: #C238D0;
}
</style>
border-color css
<style>
span { border-color: #C238D0; }
span { border-color: rgb(194,56,208); }
td.TdClassName
{
border-color: #C238D0;
}
.TagClassName
{
border-color: #C238D0;
}
</style>