Shades of Medium Orchid #C271DA
Tints of Medium Orchid #C271DA
RGB
CMYK
RGB Variations
Color information
#C271DA (or 0xC271DA) is known color: Medium Orchid. HEX triplet: C2, 71 and DA. RGB value is (194,113,218). Sum of RGB (Red+Green+Blue) = 194+113+218=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C271DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271DA is #3D8E25. Grayscale: #949494. Windows color (decimal): -4034086 or 14315970. OLE color: 14315970.
HSL color Cylindrical-coordinate representation of color #C271DA: hue angle of 286.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C271DA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 113 | 218 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.15 |
| HSL | 286.29º | 0.59% | 0.65% | - |
| HSV(B) | 286.29º | 0.48% | 0.85% | - |
| XYZ | 40.81 | 28.34 | 69.65 | - |
| YUV | 149.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 218 | 0.11 | 0.48 | 0 | 0.15 | 286.29 | 0.59 | 0.65 |
| Hex | C2 | 71 | DA | B | 30 | 0 | F | 11E | 3B | 41 |
| Octal | 302 | 161 | 332 | 13 | 60 | 0 | 17 | 436 | 73 | 101 |
| Binary | 11000010 | 1110001 | 11011010 | 1011 | 110000 | 0 | 1111 | 100011110 | 111011 | 1000001 |
Color Harmonies of #C271DA
Complementary color
Monochromatic Colors of #C271DA
Black with #C271DA
Text Example
Text Example
White with #C271DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271DA; }
p { color: rgb(194,113,218); }
H1.HeaderClassName
{
color: #C271DA;
}
.AnyTagClassName
{
color: #C271DA;
}
</style>
background-color css
<style>
a { background-color: #C271DA; }
a { background-color: rgb(194,113,218); }
div.DivClassName
{
background-color: #C271DA;
}
.BgClassName
{
background-color: #C271DA;
}
</style>
border-color css
<style>
span { border-color: #C271DA; }
span { border-color: rgb(194,113,218); }
td.TdClassName
{
border-color: #C271DA;
}
.TagClassName
{
border-color: #C271DA;
}
</style>