Shades of Medium Orchid #CF31E6
Tints of Medium Orchid #CF31E6
RGB
CMYK
RGB Variations
Color information
#CF31E6 (or 0xCF31E6) is known color: Medium Orchid. HEX triplet: CF, 31 and E6. RGB value is (207,49,230). Sum of RGB (Red+Green+Blue) = 207+49+230=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF31E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31E6 is #30CE19. Grayscale: #747474. Windows color (decimal): -3198490 or 15086031. OLE color: 15086031.
HSL color Cylindrical-coordinate representation of color #CF31E6: hue angle of 292.38º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF31E6 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 49 | 230 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.10 |
| HSL | 292.38º | 0.78% | 0.55% | - |
| HSV(B) | 292.38º | 0.79% | 0.9% | - |
| XYZ | 41.11 | 21.18 | 76.78 | - |
| YUV | 116.88 | 191.85 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 230 | 0.10 | 0.79 | 0 | 0.10 | 292.38 | 0.78 | 0.55 |
| Hex | CF | 31 | E6 | A | 4F | 0 | A | 124 | 4E | 37 |
| Octal | 317 | 61 | 346 | 12 | 117 | 0 | 12 | 444 | 116 | 67 |
| Binary | 11001111 | 110001 | 11100110 | 1010 | 1001111 | 0 | 1010 | 100100100 | 1001110 | 110111 |
Color Harmonies of #CF31E6
Complementary color
Monochromatic Colors of #CF31E6
Black with #CF31E6
Text Example
Text Example
White with #CF31E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31E6; }
p { color: rgb(207,49,230); }
H1.HeaderClassName
{
color: #CF31E6;
}
.AnyTagClassName
{
color: #CF31E6;
}
</style>
background-color css
<style>
a { background-color: #CF31E6; }
a { background-color: rgb(207,49,230); }
div.DivClassName
{
background-color: #CF31E6;
}
.BgClassName
{
background-color: #CF31E6;
}
</style>
border-color css
<style>
span { border-color: #CF31E6; }
span { border-color: rgb(207,49,230); }
td.TdClassName
{
border-color: #CF31E6;
}
.TagClassName
{
border-color: #CF31E6;
}
</style>