Shades of Medium Orchid #C742DB
Tints of Medium Orchid #C742DB
RGB
CMYK
RGB Variations
Color information
#C742DB (or 0xC742DB) is known color: Medium Orchid. HEX triplet: C7, 42 and DB. RGB value is (199,66,219). Sum of RGB (Red+Green+Blue) = 199+66+219=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #C742DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742DB is #38BD24. Grayscale: #7A7A7A. Windows color (decimal): -3718437 or 14369479. OLE color: 14369479.
HSL color Cylindrical-coordinate representation of color #C742DB: hue angle of 292.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C742DB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 66 | 219 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.14 |
| HSL | 292.16º | 0.68% | 0.56% | - |
| HSV(B) | 292.16º | 0.7% | 0.86% | - |
| XYZ | 38.29 | 21.15 | 69.08 | - |
| YUV | 123.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 219 | 0.09 | 0.70 | 0 | 0.14 | 292.16 | 0.68 | 0.56 |
| Hex | C7 | 42 | DB | 9 | 46 | 0 | E | 124 | 44 | 38 |
| Octal | 307 | 102 | 333 | 11 | 106 | 0 | 16 | 444 | 104 | 70 |
| Binary | 11000111 | 1000010 | 11011011 | 1001 | 1000110 | 0 | 1110 | 100100100 | 1000100 | 111000 |
Color Harmonies of #C742DB
Complementary color
Monochromatic Colors of #C742DB
Black with #C742DB
Text Example
Text Example
White with #C742DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742DB; }
p { color: rgb(199,66,219); }
H1.HeaderClassName
{
color: #C742DB;
}
.AnyTagClassName
{
color: #C742DB;
}
</style>
background-color css
<style>
a { background-color: #C742DB; }
a { background-color: rgb(199,66,219); }
div.DivClassName
{
background-color: #C742DB;
}
.BgClassName
{
background-color: #C742DB;
}
</style>
border-color css
<style>
span { border-color: #C742DB; }
span { border-color: rgb(199,66,219); }
td.TdClassName
{
border-color: #C742DB;
}
.TagClassName
{
border-color: #C742DB;
}
</style>