Shades of Medium Orchid #C64ADF
Tints of Medium Orchid #C64ADF
RGB
CMYK
RGB Variations
Color information
#C64ADF (or 0xC64ADF) is known color: Medium Orchid. HEX triplet: C6, 4A and DF. RGB value is (198,74,223). Sum of RGB (Red+Green+Blue) = 198+74+223=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #C64ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ADF is #39B520. Grayscale: #7F7F7F. Windows color (decimal): -3781921 or 14633670. OLE color: 14633670.
HSL color Cylindrical-coordinate representation of color #C64ADF: hue angle of 289.93º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64ADF is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 74 | 223 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.13 |
| HSL | 289.93º | 0.7% | 0.58% | - |
| HSV(B) | 289.93º | 0.67% | 0.87% | - |
| XYZ | 39.06 | 22.23 | 72.04 | - |
| YUV | 128.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 223 | 0.11 | 0.67 | 0 | 0.13 | 289.93 | 0.7 | 0.58 |
| Hex | C6 | 4A | DF | B | 43 | 0 | D | 122 | 46 | 3A |
| Octal | 306 | 112 | 337 | 13 | 103 | 0 | 15 | 442 | 106 | 72 |
| Binary | 11000110 | 1001010 | 11011111 | 1011 | 1000011 | 0 | 1101 | 100100010 | 1000110 | 111010 |
Color Harmonies of #C64ADF
Complementary color
Monochromatic Colors of #C64ADF
Black with #C64ADF
Text Example
Text Example
White with #C64ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ADF; }
p { color: rgb(198,74,223); }
H1.HeaderClassName
{
color: #C64ADF;
}
.AnyTagClassName
{
color: #C64ADF;
}
</style>
background-color css
<style>
a { background-color: #C64ADF; }
a { background-color: rgb(198,74,223); }
div.DivClassName
{
background-color: #C64ADF;
}
.BgClassName
{
background-color: #C64ADF;
}
</style>
border-color css
<style>
span { border-color: #C64ADF; }
span { border-color: rgb(198,74,223); }
td.TdClassName
{
border-color: #C64ADF;
}
.TagClassName
{
border-color: #C64ADF;
}
</style>