Shades of Medium Orchid #C270DD
Tints of Medium Orchid #C270DD
RGB
CMYK
RGB Variations
Color information
#C270DD (or 0xC270DD) is known color: Medium Orchid. HEX triplet: C2, 70 and DD. RGB value is (194,112,221). Sum of RGB (Red+Green+Blue) = 194+112+221=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C270DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270DD is #3D8F22. Grayscale: #949494. Windows color (decimal): -4034339 or 14512322. OLE color: 14512322.
HSL color Cylindrical-coordinate representation of color #C270DD: hue angle of 285.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C270DD is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 112 | 221 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.13 |
| HSL | 285.14º | 0.62% | 0.65% | - |
| HSV(B) | 285.14º | 0.49% | 0.87% | - |
| XYZ | 41.09 | 28.28 | 71.7 | - |
| YUV | 148.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 221 | 0.12 | 0.49 | 0 | 0.13 | 285.14 | 0.62 | 0.65 |
| Hex | C2 | 70 | DD | C | 31 | 0 | D | 11D | 3E | 41 |
| Octal | 302 | 160 | 335 | 14 | 61 | 0 | 15 | 435 | 76 | 101 |
| Binary | 11000010 | 1110000 | 11011101 | 1100 | 110001 | 0 | 1101 | 100011101 | 111110 | 1000001 |
Color Harmonies of #C270DD
Complementary color
Monochromatic Colors of #C270DD
Black with #C270DD
Text Example
Text Example
White with #C270DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270DD; }
p { color: rgb(194,112,221); }
H1.HeaderClassName
{
color: #C270DD;
}
.AnyTagClassName
{
color: #C270DD;
}
</style>
background-color css
<style>
a { background-color: #C270DD; }
a { background-color: rgb(194,112,221); }
div.DivClassName
{
background-color: #C270DD;
}
.BgClassName
{
background-color: #C270DD;
}
</style>
border-color css
<style>
span { border-color: #C270DD; }
span { border-color: rgb(194,112,221); }
td.TdClassName
{
border-color: #C270DD;
}
.TagClassName
{
border-color: #C270DD;
}
</style>