Shades of Medium Orchid #C749D4
Tints of Medium Orchid #C749D4
RGB
CMYK
RGB Variations
Color information
#C749D4 (or 0xC749D4) is known color: Medium Orchid. HEX triplet: C7, 49 and D4. RGB value is (199,73,212). Sum of RGB (Red+Green+Blue) = 199+73+212=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #C749D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749D4 is #38B62B. Grayscale: #7E7E7E. Windows color (decimal): -3716652 or 13912519. OLE color: 13912519.
HSL color Cylindrical-coordinate representation of color #C749D4: hue angle of 294.39º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C749D4 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 73 | 212 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.17 |
| HSL | 294.39º | 0.62% | 0.56% | - |
| HSV(B) | 294.39º | 0.66% | 0.83% | - |
| XYZ | 37.82 | 21.66 | 64.47 | - |
| YUV | 126.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 212 | 0.06 | 0.66 | 0 | 0.17 | 294.39 | 0.62 | 0.56 |
| Hex | C7 | 49 | D4 | 6 | 42 | 0 | 11 | 126 | 3E | 38 |
| Octal | 307 | 111 | 324 | 6 | 102 | 0 | 21 | 446 | 76 | 70 |
| Binary | 11000111 | 1001001 | 11010100 | 110 | 1000010 | 0 | 10001 | 100100110 | 111110 | 111000 |
Color Harmonies of #C749D4
Complementary color
Monochromatic Colors of #C749D4
Black with #C749D4
Text Example
Text Example
White with #C749D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749D4; }
p { color: rgb(199,73,212); }
H1.HeaderClassName
{
color: #C749D4;
}
.AnyTagClassName
{
color: #C749D4;
}
</style>
background-color css
<style>
a { background-color: #C749D4; }
a { background-color: rgb(199,73,212); }
div.DivClassName
{
background-color: #C749D4;
}
.BgClassName
{
background-color: #C749D4;
}
</style>
border-color css
<style>
span { border-color: #C749D4; }
span { border-color: rgb(199,73,212); }
td.TdClassName
{
border-color: #C749D4;
}
.TagClassName
{
border-color: #C749D4;
}
</style>