Shades of Medium Orchid #C74BDE
Tints of Medium Orchid #C74BDE
RGB
CMYK
RGB Variations
Color information
#C74BDE (or 0xC74BDE) is known color: Medium Orchid. HEX triplet: C7, 4B and DE. RGB value is (199,75,222). Sum of RGB (Red+Green+Blue) = 199+75+222=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #C74BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BDE is #38B421. Grayscale: #808080. Windows color (decimal): -3716130 or 14568391. OLE color: 14568391.
HSL color Cylindrical-coordinate representation of color #C74BDE: hue angle of 290.61º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74BDE is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 75 | 222 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.13 |
| HSL | 290.61º | 0.69% | 0.58% | - |
| HSV(B) | 290.61º | 0.66% | 0.87% | - |
| XYZ | 39.25 | 22.45 | 71.37 | - |
| YUV | 128.83 | 180.58 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 222 | 0.10 | 0.66 | 0 | 0.13 | 290.61 | 0.69 | 0.58 |
| Hex | C7 | 4B | DE | A | 42 | 0 | D | 123 | 45 | 3A |
| Octal | 307 | 113 | 336 | 12 | 102 | 0 | 15 | 443 | 105 | 72 |
| Binary | 11000111 | 1001011 | 11011110 | 1010 | 1000010 | 0 | 1101 | 100100011 | 1000101 | 111010 |
Color Harmonies of #C74BDE
Complementary color
Monochromatic Colors of #C74BDE
Black with #C74BDE
Text Example
Text Example
White with #C74BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BDE; }
p { color: rgb(199,75,222); }
H1.HeaderClassName
{
color: #C74BDE;
}
.AnyTagClassName
{
color: #C74BDE;
}
</style>
background-color css
<style>
a { background-color: #C74BDE; }
a { background-color: rgb(199,75,222); }
div.DivClassName
{
background-color: #C74BDE;
}
.BgClassName
{
background-color: #C74BDE;
}
</style>
border-color css
<style>
span { border-color: #C74BDE; }
span { border-color: rgb(199,75,222); }
td.TdClassName
{
border-color: #C74BDE;
}
.TagClassName
{
border-color: #C74BDE;
}
</style>