Shades of Medium Orchid #C272DF
Tints of Medium Orchid #C272DF
RGB
CMYK
RGB Variations
Color information
#C272DF (or 0xC272DF) is known color: Medium Orchid. HEX triplet: C2, 72 and DF. RGB value is (194,114,223). Sum of RGB (Red+Green+Blue) = 194+114+223=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #C272DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272DF is #3D8D20. Grayscale: #959595. Windows color (decimal): -4033825 or 14643906. OLE color: 14643906.
HSL color Cylindrical-coordinate representation of color #C272DF: hue angle of 284.04º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C272DF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 114 | 223 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.13 |
| HSL | 284.04º | 0.63% | 0.66% | - |
| HSV(B) | 284.04º | 0.49% | 0.87% | - |
| XYZ | 41.58 | 28.83 | 73.19 | - |
| YUV | 150.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 223 | 0.13 | 0.49 | 0 | 0.13 | 284.04 | 0.63 | 0.66 |
| Hex | C2 | 72 | DF | D | 31 | 0 | D | 11C | 3F | 42 |
| Octal | 302 | 162 | 337 | 15 | 61 | 0 | 15 | 434 | 77 | 102 |
| Binary | 11000010 | 1110010 | 11011111 | 1101 | 110001 | 0 | 1101 | 100011100 | 111111 | 1000010 |
Color Harmonies of #C272DF
Complementary color
Monochromatic Colors of #C272DF
Black with #C272DF
Text Example
Text Example
White with #C272DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272DF; }
p { color: rgb(194,114,223); }
H1.HeaderClassName
{
color: #C272DF;
}
.AnyTagClassName
{
color: #C272DF;
}
</style>
background-color css
<style>
a { background-color: #C272DF; }
a { background-color: rgb(194,114,223); }
div.DivClassName
{
background-color: #C272DF;
}
.BgClassName
{
background-color: #C272DF;
}
</style>
border-color css
<style>
span { border-color: #C272DF; }
span { border-color: rgb(194,114,223); }
td.TdClassName
{
border-color: #C272DF;
}
.TagClassName
{
border-color: #C272DF;
}
</style>