Shades of Medium Orchid #C251CF
Tints of Medium Orchid #C251CF
RGB
CMYK
RGB Variations
Color information
#C251CF (or 0xC251CF) is known color: Medium Orchid. HEX triplet: C2, 51 and CF. RGB value is (194,81,207). Sum of RGB (Red+Green+Blue) = 194+81+207=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C251CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251CF is #3DAE30. Grayscale: #808080. Windows color (decimal): -4042289 or 13586882. OLE color: 13586882.
HSL color Cylindrical-coordinate representation of color #C251CF: hue angle of 293.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C251CF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 81 | 207 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.19 |
| HSL | 293.81º | 0.57% | 0.56% | - |
| HSV(B) | 293.81º | 0.61% | 0.81% | - |
| XYZ | 36.45 | 21.86 | 61.33 | - |
| YUV | 129.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 207 | 0.06 | 0.61 | 0 | 0.19 | 293.81 | 0.57 | 0.56 |
| Hex | C2 | 51 | CF | 6 | 3D | 0 | 13 | 126 | 39 | 38 |
| Octal | 302 | 121 | 317 | 6 | 75 | 0 | 23 | 446 | 71 | 70 |
| Binary | 11000010 | 1010001 | 11001111 | 110 | 111101 | 0 | 10011 | 100100110 | 111001 | 111000 |
Color Harmonies of #C251CF
Complementary color
Monochromatic Colors of #C251CF
Black with #C251CF
Text Example
Text Example
White with #C251CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251CF; }
p { color: rgb(194,81,207); }
H1.HeaderClassName
{
color: #C251CF;
}
.AnyTagClassName
{
color: #C251CF;
}
</style>
background-color css
<style>
a { background-color: #C251CF; }
a { background-color: rgb(194,81,207); }
div.DivClassName
{
background-color: #C251CF;
}
.BgClassName
{
background-color: #C251CF;
}
</style>
border-color css
<style>
span { border-color: #C251CF; }
span { border-color: rgb(194,81,207); }
td.TdClassName
{
border-color: #C251CF;
}
.TagClassName
{
border-color: #C251CF;
}
</style>