Shades of Medium Orchid #C272E7
Tints of Medium Orchid #C272E7
RGB
CMYK
RGB Variations
Color information
#C272E7 (or 0xC272E7) is known color: Medium Orchid. HEX triplet: C2, 72 and E7. RGB value is (194,114,231). Sum of RGB (Red+Green+Blue) = 194+114+231=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #C272E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272E7 is #3D8D18. Grayscale: #969696. Windows color (decimal): -4033817 or 15168194. OLE color: 15168194.
HSL color Cylindrical-coordinate representation of color #C272E7: hue angle of 281.03º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C272E7 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 114 | 231 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.09 |
| HSL | 281.03º | 0.71% | 0.68% | - |
| HSV(B) | 281.03º | 0.51% | 0.91% | - |
| XYZ | 42.69 | 29.27 | 79 | - |
| YUV | 151.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 231 | 0.16 | 0.51 | 0 | 0.09 | 281.03 | 0.71 | 0.68 |
| Hex | C2 | 72 | E7 | 10 | 33 | 0 | 9 | 119 | 47 | 44 |
| Octal | 302 | 162 | 347 | 20 | 63 | 0 | 11 | 431 | 107 | 104 |
| Binary | 11000010 | 1110010 | 11100111 | 10000 | 110011 | 0 | 1001 | 100011001 | 1000111 | 1000100 |
Color Harmonies of #C272E7
Complementary color
Monochromatic Colors of #C272E7
Black with #C272E7
Text Example
Text Example
White with #C272E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272E7; }
p { color: rgb(194,114,231); }
H1.HeaderClassName
{
color: #C272E7;
}
.AnyTagClassName
{
color: #C272E7;
}
</style>
background-color css
<style>
a { background-color: #C272E7; }
a { background-color: rgb(194,114,231); }
div.DivClassName
{
background-color: #C272E7;
}
.BgClassName
{
background-color: #C272E7;
}
</style>
border-color css
<style>
span { border-color: #C272E7; }
span { border-color: rgb(194,114,231); }
td.TdClassName
{
border-color: #C272E7;
}
.TagClassName
{
border-color: #C272E7;
}
</style>