Shades of Medium Orchid #C64AD5
Tints of Medium Orchid #C64AD5
RGB
CMYK
RGB Variations
Color information
#C64AD5 (or 0xC64AD5) is known color: Medium Orchid. HEX triplet: C6, 4A and D5. RGB value is (198,74,213). Sum of RGB (Red+Green+Blue) = 198+74+213=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #C64AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AD5 is #39B52A. Grayscale: #7E7E7E. Windows color (decimal): -3781931 or 13978310. OLE color: 13978310.
HSL color Cylindrical-coordinate representation of color #C64AD5: hue angle of 293.53º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64AD5 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 74 | 213 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.16 |
| HSL | 293.53º | 0.62% | 0.56% | - |
| HSV(B) | 293.53º | 0.65% | 0.84% | - |
| XYZ | 37.75 | 21.71 | 65.15 | - |
| YUV | 126.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 213 | 0.07 | 0.65 | 0 | 0.16 | 293.53 | 0.62 | 0.56 |
| Hex | C6 | 4A | D5 | 7 | 41 | 0 | 10 | 126 | 3E | 38 |
| Octal | 306 | 112 | 325 | 7 | 101 | 0 | 20 | 446 | 76 | 70 |
| Binary | 11000110 | 1001010 | 11010101 | 111 | 1000001 | 0 | 10000 | 100100110 | 111110 | 111000 |
Color Harmonies of #C64AD5
Complementary color
Monochromatic Colors of #C64AD5
Black with #C64AD5
Text Example
Text Example
White with #C64AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AD5; }
p { color: rgb(198,74,213); }
H1.HeaderClassName
{
color: #C64AD5;
}
.AnyTagClassName
{
color: #C64AD5;
}
</style>
background-color css
<style>
a { background-color: #C64AD5; }
a { background-color: rgb(198,74,213); }
div.DivClassName
{
background-color: #C64AD5;
}
.BgClassName
{
background-color: #C64AD5;
}
</style>
border-color css
<style>
span { border-color: #C64AD5; }
span { border-color: rgb(198,74,213); }
td.TdClassName
{
border-color: #C64AD5;
}
.TagClassName
{
border-color: #C64AD5;
}
</style>