Shades of Medium Orchid #C74AFD
Tints of Medium Orchid #C74AFD
RGB
CMYK
RGB Variations
Color information
#C74AFD (or 0xC74AFD) is known color: Medium Orchid. HEX triplet: C7, 4A and FD. RGB value is (199,74,253). Sum of RGB (Red+Green+Blue) = 199+74+253=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C74AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AFD is #38B502. Grayscale: #838383. Windows color (decimal): -3716355 or 16599751. OLE color: 16599751.
HSL color Cylindrical-coordinate representation of color #C74AFD: hue angle of 281.9º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C74AFD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 74 | 253 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.01 |
| HSL | 281.9º | 0.98% | 0.64% | - |
| HSV(B) | 281.9º | 0.71% | 0.99% | - |
| XYZ | 43.73 | 24.13 | 95.28 | - |
| YUV | 131.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 253 | 0.21 | 0.71 | 0 | 0.01 | 281.9 | 0.98 | 0.64 |
| Hex | C7 | 4A | FD | 15 | 47 | 0 | 1 | 11A | 62 | 40 |
| Octal | 307 | 112 | 375 | 25 | 107 | 0 | 1 | 432 | 142 | 100 |
| Binary | 11000111 | 1001010 | 11111101 | 10101 | 1000111 | 0 | 1 | 100011010 | 1100010 | 1000000 |
Color Harmonies of #C74AFD
Complementary color
Monochromatic Colors of #C74AFD
Black with #C74AFD
Text Example
Text Example
White with #C74AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AFD; }
p { color: rgb(199,74,253); }
H1.HeaderClassName
{
color: #C74AFD;
}
.AnyTagClassName
{
color: #C74AFD;
}
</style>
background-color css
<style>
a { background-color: #C74AFD; }
a { background-color: rgb(199,74,253); }
div.DivClassName
{
background-color: #C74AFD;
}
.BgClassName
{
background-color: #C74AFD;
}
</style>
border-color css
<style>
span { border-color: #C74AFD; }
span { border-color: rgb(199,74,253); }
td.TdClassName
{
border-color: #C74AFD;
}
.TagClassName
{
border-color: #C74AFD;
}
</style>