Shades of Medium Orchid #C64BDF
Tints of Medium Orchid #C64BDF
RGB
CMYK
RGB Variations
Color information
#C64BDF (or 0xC64BDF) is known color: Medium Orchid. HEX triplet: C6, 4B and DF. RGB value is (198,75,223). Sum of RGB (Red+Green+Blue) = 198+75+223=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C64BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BDF is #39B420. Grayscale: #808080. Windows color (decimal): -3781665 or 14633926. OLE color: 14633926.
HSL color Cylindrical-coordinate representation of color #C64BDF: hue angle of 289.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64BDF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 75 | 223 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.13 |
| HSL | 289.86º | 0.7% | 0.58% | - |
| HSV(B) | 289.86º | 0.66% | 0.87% | - |
| XYZ | 39.12 | 22.37 | 72.07 | - |
| YUV | 128.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 223 | 0.11 | 0.66 | 0 | 0.13 | 289.86 | 0.7 | 0.58 |
| Hex | C6 | 4B | DF | B | 42 | 0 | D | 122 | 46 | 3A |
| Octal | 306 | 113 | 337 | 13 | 102 | 0 | 15 | 442 | 106 | 72 |
| Binary | 11000110 | 1001011 | 11011111 | 1011 | 1000010 | 0 | 1101 | 100100010 | 1000110 | 111010 |
Color Harmonies of #C64BDF
Complementary color
Monochromatic Colors of #C64BDF
Black with #C64BDF
Text Example
Text Example
White with #C64BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BDF; }
p { color: rgb(198,75,223); }
H1.HeaderClassName
{
color: #C64BDF;
}
.AnyTagClassName
{
color: #C64BDF;
}
</style>
background-color css
<style>
a { background-color: #C64BDF; }
a { background-color: rgb(198,75,223); }
div.DivClassName
{
background-color: #C64BDF;
}
.BgClassName
{
background-color: #C64BDF;
}
</style>
border-color css
<style>
span { border-color: #C64BDF; }
span { border-color: rgb(198,75,223); }
td.TdClassName
{
border-color: #C64BDF;
}
.TagClassName
{
border-color: #C64BDF;
}
</style>