Shades of Medium Orchid #C274DD
Tints of Medium Orchid #C274DD
RGB
CMYK
RGB Variations
Color information
#C274DD (or 0xC274DD) is known color: Medium Orchid. HEX triplet: C2, 74 and DD. RGB value is (194,116,221). Sum of RGB (Red+Green+Blue) = 194+116+221=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C274DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274DD is #3D8B22. Grayscale: #969696. Windows color (decimal): -4033315 or 14513346. OLE color: 14513346.
HSL color Cylindrical-coordinate representation of color #C274DD: hue angle of 284.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C274DD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 116 | 221 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.13 |
| HSL | 284.57º | 0.61% | 0.66% | - |
| HSV(B) | 284.57º | 0.48% | 0.87% | - |
| XYZ | 41.54 | 29.18 | 71.85 | - |
| YUV | 151.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 221 | 0.12 | 0.48 | 0 | 0.13 | 284.57 | 0.61 | 0.66 |
| Hex | C2 | 74 | DD | C | 30 | 0 | D | 11D | 3D | 42 |
| Octal | 302 | 164 | 335 | 14 | 60 | 0 | 15 | 435 | 75 | 102 |
| Binary | 11000010 | 1110100 | 11011101 | 1100 | 110000 | 0 | 1101 | 100011101 | 111101 | 1000010 |
Color Harmonies of #C274DD
Complementary color
Monochromatic Colors of #C274DD
Black with #C274DD
Text Example
Text Example
White with #C274DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274DD; }
p { color: rgb(194,116,221); }
H1.HeaderClassName
{
color: #C274DD;
}
.AnyTagClassName
{
color: #C274DD;
}
</style>
background-color css
<style>
a { background-color: #C274DD; }
a { background-color: rgb(194,116,221); }
div.DivClassName
{
background-color: #C274DD;
}
.BgClassName
{
background-color: #C274DD;
}
</style>
border-color css
<style>
span { border-color: #C274DD; }
span { border-color: rgb(194,116,221); }
td.TdClassName
{
border-color: #C274DD;
}
.TagClassName
{
border-color: #C274DD;
}
</style>