Shades of Medium Orchid #C274DF
Tints of Medium Orchid #C274DF
RGB
CMYK
RGB Variations
Color information
#C274DF (or 0xC274DF) is known color: Medium Orchid. HEX triplet: C2, 74 and DF. RGB value is (194,116,223). Sum of RGB (Red+Green+Blue) = 194+116+223=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C274DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274DF is #3D8B20. Grayscale: #979797. Windows color (decimal): -4033313 or 14644418. OLE color: 14644418.
HSL color Cylindrical-coordinate representation of color #C274DF: hue angle of 283.74º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C274DF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 116 | 223 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 283.74º | 0.63% | 0.66% | - |
| HSV(B) | 283.74º | 0.48% | 0.87% | - |
| XYZ | 41.81 | 29.29 | 73.26 | - |
| YUV | 151.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 223 | 0.13 | 0.48 | 0 | 0.13 | 283.74 | 0.63 | 0.66 |
| Hex | C2 | 74 | DF | D | 30 | 0 | D | 11C | 3F | 42 |
| Octal | 302 | 164 | 337 | 15 | 60 | 0 | 15 | 434 | 77 | 102 |
| Binary | 11000010 | 1110100 | 11011111 | 1101 | 110000 | 0 | 1101 | 100011100 | 111111 | 1000010 |
Color Harmonies of #C274DF
Complementary color
Monochromatic Colors of #C274DF
Black with #C274DF
Text Example
Text Example
White with #C274DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274DF; }
p { color: rgb(194,116,223); }
H1.HeaderClassName
{
color: #C274DF;
}
.AnyTagClassName
{
color: #C274DF;
}
</style>
background-color css
<style>
a { background-color: #C274DF; }
a { background-color: rgb(194,116,223); }
div.DivClassName
{
background-color: #C274DF;
}
.BgClassName
{
background-color: #C274DF;
}
</style>
border-color css
<style>
span { border-color: #C274DF; }
span { border-color: rgb(194,116,223); }
td.TdClassName
{
border-color: #C274DF;
}
.TagClassName
{
border-color: #C274DF;
}
</style>