Shades of Medium Orchid #C272D7
Tints of Medium Orchid #C272D7
RGB
CMYK
RGB Variations
Color information
#C272D7 (or 0xC272D7) is known color: Medium Orchid. HEX triplet: C2, 72 and D7. RGB value is (194,114,215). Sum of RGB (Red+Green+Blue) = 194+114+215=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #C272D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272D7 is #3D8D28. Grayscale: #959595. Windows color (decimal): -4033833 or 14119618. OLE color: 14119618.
HSL color Cylindrical-coordinate representation of color #C272D7: hue angle of 287.52º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C272D7 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 114 | 215 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.16 |
| HSL | 287.52º | 0.56% | 0.65% | - |
| HSV(B) | 287.52º | 0.47% | 0.84% | - |
| XYZ | 40.53 | 28.41 | 67.64 | - |
| YUV | 149.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 215 | 0.10 | 0.47 | 0 | 0.16 | 287.52 | 0.56 | 0.65 |
| Hex | C2 | 72 | D7 | A | 2F | 0 | 10 | 120 | 38 | 41 |
| Octal | 302 | 162 | 327 | 12 | 57 | 0 | 20 | 440 | 70 | 101 |
| Binary | 11000010 | 1110010 | 11010111 | 1010 | 101111 | 0 | 10000 | 100100000 | 111000 | 1000001 |
Color Harmonies of #C272D7
Complementary color
Monochromatic Colors of #C272D7
Black with #C272D7
Text Example
Text Example
White with #C272D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272D7; }
p { color: rgb(194,114,215); }
H1.HeaderClassName
{
color: #C272D7;
}
.AnyTagClassName
{
color: #C272D7;
}
</style>
background-color css
<style>
a { background-color: #C272D7; }
a { background-color: rgb(194,114,215); }
div.DivClassName
{
background-color: #C272D7;
}
.BgClassName
{
background-color: #C272D7;
}
</style>
border-color css
<style>
span { border-color: #C272D7; }
span { border-color: rgb(194,114,215); }
td.TdClassName
{
border-color: #C272D7;
}
.TagClassName
{
border-color: #C272D7;
}
</style>