Shades of Medium Orchid #C64BDA
Tints of Medium Orchid #C64BDA
RGB
CMYK
RGB Variations
Color information
#C64BDA (or 0xC64BDA) is known color: Medium Orchid. HEX triplet: C6, 4B and DA. RGB value is (198,75,218). Sum of RGB (Red+Green+Blue) = 198+75+218=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C64BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BDA is #39B425. Grayscale: #7F7F7F. Windows color (decimal): -3781670 or 14306246. OLE color: 14306246.
HSL color Cylindrical-coordinate representation of color #C64BDA: hue angle of 291.61º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64BDA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 75 | 218 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.15 |
| HSL | 291.61º | 0.66% | 0.57% | - |
| HSV(B) | 291.61º | 0.66% | 0.85% | - |
| XYZ | 38.46 | 22.1 | 68.57 | - |
| YUV | 128.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 218 | 0.09 | 0.66 | 0 | 0.15 | 291.61 | 0.66 | 0.57 |
| Hex | C6 | 4B | DA | 9 | 42 | 0 | F | 124 | 42 | 39 |
| Octal | 306 | 113 | 332 | 11 | 102 | 0 | 17 | 444 | 102 | 71 |
| Binary | 11000110 | 1001011 | 11011010 | 1001 | 1000010 | 0 | 1111 | 100100100 | 1000010 | 111001 |
Color Harmonies of #C64BDA
Complementary color
Monochromatic Colors of #C64BDA
Black with #C64BDA
Text Example
Text Example
White with #C64BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BDA; }
p { color: rgb(198,75,218); }
H1.HeaderClassName
{
color: #C64BDA;
}
.AnyTagClassName
{
color: #C64BDA;
}
</style>
background-color css
<style>
a { background-color: #C64BDA; }
a { background-color: rgb(198,75,218); }
div.DivClassName
{
background-color: #C64BDA;
}
.BgClassName
{
background-color: #C64BDA;
}
</style>
border-color css
<style>
span { border-color: #C64BDA; }
span { border-color: rgb(198,75,218); }
td.TdClassName
{
border-color: #C64BDA;
}
.TagClassName
{
border-color: #C64BDA;
}
</style>