Shades of Medium Orchid #C272DC
Tints of Medium Orchid #C272DC
RGB
CMYK
RGB Variations
Color information
#C272DC (or 0xC272DC) is known color: Medium Orchid. HEX triplet: C2, 72 and DC. RGB value is (194,114,220). Sum of RGB (Red+Green+Blue) = 194+114+220=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C272DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272DC is #3D8D23. Grayscale: #959595. Windows color (decimal): -4033828 or 14447298. OLE color: 14447298.
HSL color Cylindrical-coordinate representation of color #C272DC: hue angle of 285.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C272DC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 114 | 220 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.14 |
| HSL | 285.28º | 0.6% | 0.65% | - |
| HSV(B) | 285.28º | 0.48% | 0.86% | - |
| XYZ | 41.18 | 28.67 | 71.07 | - |
| YUV | 150 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 220 | 0.12 | 0.48 | 0 | 0.14 | 285.28 | 0.6 | 0.65 |
| Hex | C2 | 72 | DC | C | 30 | 0 | E | 11D | 3C | 41 |
| Octal | 302 | 162 | 334 | 14 | 60 | 0 | 16 | 435 | 74 | 101 |
| Binary | 11000010 | 1110010 | 11011100 | 1100 | 110000 | 0 | 1110 | 100011101 | 111100 | 1000001 |
Color Harmonies of #C272DC
Complementary color
Monochromatic Colors of #C272DC
Black with #C272DC
Text Example
Text Example
White with #C272DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272DC; }
p { color: rgb(194,114,220); }
H1.HeaderClassName
{
color: #C272DC;
}
.AnyTagClassName
{
color: #C272DC;
}
</style>
background-color css
<style>
a { background-color: #C272DC; }
a { background-color: rgb(194,114,220); }
div.DivClassName
{
background-color: #C272DC;
}
.BgClassName
{
background-color: #C272DC;
}
</style>
border-color css
<style>
span { border-color: #C272DC; }
span { border-color: rgb(194,114,220); }
td.TdClassName
{
border-color: #C272DC;
}
.TagClassName
{
border-color: #C272DC;
}
</style>