Shades of Medium Orchid #C272DA
Tints of Medium Orchid #C272DA
RGB
CMYK
RGB Variations
Color information
#C272DA (or 0xC272DA) is known color: Medium Orchid. HEX triplet: C2, 72 and DA. RGB value is (194,114,218). Sum of RGB (Red+Green+Blue) = 194+114+218=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #C272DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272DA is #3D8D25. Grayscale: #959595. Windows color (decimal): -4033830 or 14316226. OLE color: 14316226.
HSL color Cylindrical-coordinate representation of color #C272DA: hue angle of 286.15º degrees, saturation: 0.58, 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 #C272DA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 114 | 218 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.15 |
| HSL | 286.15º | 0.58% | 0.65% | - |
| HSV(B) | 286.15º | 0.48% | 0.85% | - |
| XYZ | 40.92 | 28.57 | 69.69 | - |
| YUV | 149.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 218 | 0.11 | 0.48 | 0 | 0.15 | 286.15 | 0.58 | 0.65 |
| Hex | C2 | 72 | DA | B | 30 | 0 | F | 11E | 3A | 41 |
| Octal | 302 | 162 | 332 | 13 | 60 | 0 | 17 | 436 | 72 | 101 |
| Binary | 11000010 | 1110010 | 11011010 | 1011 | 110000 | 0 | 1111 | 100011110 | 111010 | 1000001 |
Color Harmonies of #C272DA
Complementary color
Monochromatic Colors of #C272DA
Black with #C272DA
Text Example
Text Example
White with #C272DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272DA; }
p { color: rgb(194,114,218); }
H1.HeaderClassName
{
color: #C272DA;
}
.AnyTagClassName
{
color: #C272DA;
}
</style>
background-color css
<style>
a { background-color: #C272DA; }
a { background-color: rgb(194,114,218); }
div.DivClassName
{
background-color: #C272DA;
}
.BgClassName
{
background-color: #C272DA;
}
</style>
border-color css
<style>
span { border-color: #C272DA; }
span { border-color: rgb(194,114,218); }
td.TdClassName
{
border-color: #C272DA;
}
.TagClassName
{
border-color: #C272DA;
}
</style>