Shades of Medium Orchid #CF31DC
Tints of Medium Orchid #CF31DC
RGB
CMYK
RGB Variations
Color information
#CF31DC (or 0xCF31DC) is known color: Medium Orchid. HEX triplet: CF, 31 and DC. RGB value is (207,49,220). Sum of RGB (Red+Green+Blue) = 207+49+220=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31DC is #30CE23. Grayscale: #737373. Windows color (decimal): -3198500 or 14430671. OLE color: 14430671.
HSL color Cylindrical-coordinate representation of color #CF31DC: hue angle of 295.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF31DC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 49 | 220 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.14 |
| HSL | 295.44º | 0.71% | 0.53% | - |
| HSV(B) | 295.44º | 0.78% | 0.86% | - |
| XYZ | 39.75 | 20.63 | 69.6 | - |
| YUV | 115.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 220 | 0.06 | 0.78 | 0 | 0.14 | 295.44 | 0.71 | 0.53 |
| Hex | CF | 31 | DC | 6 | 4E | 0 | E | 127 | 47 | 35 |
| Octal | 317 | 61 | 334 | 6 | 116 | 0 | 16 | 447 | 107 | 65 |
| Binary | 11001111 | 110001 | 11011100 | 110 | 1001110 | 0 | 1110 | 100100111 | 1000111 | 110101 |
Color Harmonies of #CF31DC
Complementary color
Monochromatic Colors of #CF31DC
Black with #CF31DC
Text Example
Text Example
White with #CF31DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31DC; }
p { color: rgb(207,49,220); }
H1.HeaderClassName
{
color: #CF31DC;
}
.AnyTagClassName
{
color: #CF31DC;
}
</style>
background-color css
<style>
a { background-color: #CF31DC; }
a { background-color: rgb(207,49,220); }
div.DivClassName
{
background-color: #CF31DC;
}
.BgClassName
{
background-color: #CF31DC;
}
</style>
border-color css
<style>
span { border-color: #CF31DC; }
span { border-color: rgb(207,49,220); }
td.TdClassName
{
border-color: #CF31DC;
}
.TagClassName
{
border-color: #CF31DC;
}
</style>