Shades of Medium Orchid #C74BDC
Tints of Medium Orchid #C74BDC
RGB
CMYK
RGB Variations
Color information
#C74BDC (or 0xC74BDC) is known color: Medium Orchid. HEX triplet: C7, 4B and DC. RGB value is (199,75,220). Sum of RGB (Red+Green+Blue) = 199+75+220=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C74BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BDC is #38B423. Grayscale: #808080. Windows color (decimal): -3716132 or 14437319. OLE color: 14437319.
HSL color Cylindrical-coordinate representation of color #C74BDC: hue angle of 291.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74BDC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 75 | 220 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.14 |
| HSL | 291.31º | 0.67% | 0.58% | - |
| HSV(B) | 291.31º | 0.66% | 0.86% | - |
| XYZ | 38.99 | 22.34 | 69.97 | - |
| YUV | 128.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 220 | 0.10 | 0.66 | 0 | 0.14 | 291.31 | 0.67 | 0.58 |
| Hex | C7 | 4B | DC | A | 42 | 0 | E | 123 | 43 | 3A |
| Octal | 307 | 113 | 334 | 12 | 102 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000111 | 1001011 | 11011100 | 1010 | 1000010 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C74BDC
Complementary color
Monochromatic Colors of #C74BDC
Black with #C74BDC
Text Example
Text Example
White with #C74BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BDC; }
p { color: rgb(199,75,220); }
H1.HeaderClassName
{
color: #C74BDC;
}
.AnyTagClassName
{
color: #C74BDC;
}
</style>
background-color css
<style>
a { background-color: #C74BDC; }
a { background-color: rgb(199,75,220); }
div.DivClassName
{
background-color: #C74BDC;
}
.BgClassName
{
background-color: #C74BDC;
}
</style>
border-color css
<style>
span { border-color: #C74BDC; }
span { border-color: rgb(199,75,220); }
td.TdClassName
{
border-color: #C74BDC;
}
.TagClassName
{
border-color: #C74BDC;
}
</style>