Shades of Medium Orchid #C251DC
Tints of Medium Orchid #C251DC
RGB
CMYK
RGB Variations
Color information
#C251DC (or 0xC251DC) is known color: Medium Orchid. HEX triplet: C2, 51 and DC. RGB value is (194,81,220). Sum of RGB (Red+Green+Blue) = 194+81+220=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C251DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251DC is #3DAE23. Grayscale: #828282. Windows color (decimal): -4042276 or 14438850. OLE color: 14438850.
HSL color Cylindrical-coordinate representation of color #C251DC: hue angle of 288.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C251DC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 81 | 220 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.14 |
| HSL | 288.78º | 0.67% | 0.59% | - |
| HSV(B) | 288.78º | 0.63% | 0.86% | - |
| XYZ | 38.11 | 22.52 | 70.05 | - |
| YUV | 130.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 220 | 0.12 | 0.63 | 0 | 0.14 | 288.78 | 0.67 | 0.59 |
| Hex | C2 | 51 | DC | C | 3F | 0 | E | 121 | 43 | 3B |
| Octal | 302 | 121 | 334 | 14 | 77 | 0 | 16 | 441 | 103 | 73 |
| Binary | 11000010 | 1010001 | 11011100 | 1100 | 111111 | 0 | 1110 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C251DC
Complementary color
Monochromatic Colors of #C251DC
Black with #C251DC
Text Example
Text Example
White with #C251DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251DC; }
p { color: rgb(194,81,220); }
H1.HeaderClassName
{
color: #C251DC;
}
.AnyTagClassName
{
color: #C251DC;
}
</style>
background-color css
<style>
a { background-color: #C251DC; }
a { background-color: rgb(194,81,220); }
div.DivClassName
{
background-color: #C251DC;
}
.BgClassName
{
background-color: #C251DC;
}
</style>
border-color css
<style>
span { border-color: #C251DC; }
span { border-color: rgb(194,81,220); }
td.TdClassName
{
border-color: #C251DC;
}
.TagClassName
{
border-color: #C251DC;
}
</style>