Shades of Medium Orchid #C230DA
Tints of Medium Orchid #C230DA
RGB
CMYK
RGB Variations
Color information
#C230DA (or 0xC230DA) is known color: Medium Orchid. HEX triplet: C2, 30 and DA. RGB value is (194,48,218). Sum of RGB (Red+Green+Blue) = 194+48+218=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C230DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230DA is #3DCF25. Grayscale: #6E6E6E. Windows color (decimal): -4050726 or 14299330. OLE color: 14299330.
HSL color Cylindrical-coordinate representation of color #C230DA: hue angle of 291.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C230DA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 48 | 218 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.15 |
| HSL | 291.53º | 0.7% | 0.52% | - |
| HSV(B) | 291.53º | 0.78% | 0.85% | - |
| XYZ | 35.96 | 18.65 | 68.03 | - |
| YUV | 111.03 | 188.37 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 218 | 0.11 | 0.78 | 0 | 0.15 | 291.53 | 0.7 | 0.52 |
| Hex | C2 | 30 | DA | B | 4E | 0 | F | 124 | 46 | 34 |
| Octal | 302 | 60 | 332 | 13 | 116 | 0 | 17 | 444 | 106 | 64 |
| Binary | 11000010 | 110000 | 11011010 | 1011 | 1001110 | 0 | 1111 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C230DA
Complementary color
Monochromatic Colors of #C230DA
Black with #C230DA
Text Example
Text Example
White with #C230DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230DA; }
p { color: rgb(194,48,218); }
H1.HeaderClassName
{
color: #C230DA;
}
.AnyTagClassName
{
color: #C230DA;
}
</style>
background-color css
<style>
a { background-color: #C230DA; }
a { background-color: rgb(194,48,218); }
div.DivClassName
{
background-color: #C230DA;
}
.BgClassName
{
background-color: #C230DA;
}
</style>
border-color css
<style>
span { border-color: #C230DA; }
span { border-color: rgb(194,48,218); }
td.TdClassName
{
border-color: #C230DA;
}
.TagClassName
{
border-color: #C230DA;
}
</style>