Shades of Medium Orchid #C65AD5
Tints of Medium Orchid #C65AD5
RGB
CMYK
RGB Variations
Color information
#C65AD5 (or 0xC65AD5) is known color: Medium Orchid. HEX triplet: C6, 5A and D5. RGB value is (198,90,213). Sum of RGB (Red+Green+Blue) = 198+90+213=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #C65AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AD5 is #39A52A. Grayscale: #878787. Windows color (decimal): -3777835 or 13982406. OLE color: 13982406.
HSL color Cylindrical-coordinate representation of color #C65AD5: hue angle of 292.68º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65AD5 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 90 | 213 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.16 |
| HSL | 292.68º | 0.59% | 0.59% | - |
| HSV(B) | 292.68º | 0.58% | 0.84% | - |
| XYZ | 38.96 | 24.12 | 65.55 | - |
| YUV | 136.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 213 | 0.07 | 0.58 | 0 | 0.16 | 292.68 | 0.59 | 0.59 |
| Hex | C6 | 5A | D5 | 7 | 3A | 0 | 10 | 125 | 3B | 3B |
| Octal | 306 | 132 | 325 | 7 | 72 | 0 | 20 | 445 | 73 | 73 |
| Binary | 11000110 | 1011010 | 11010101 | 111 | 111010 | 0 | 10000 | 100100101 | 111011 | 111011 |
Color Harmonies of #C65AD5
Complementary color
Monochromatic Colors of #C65AD5
Black with #C65AD5
Text Example
Text Example
White with #C65AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AD5; }
p { color: rgb(198,90,213); }
H1.HeaderClassName
{
color: #C65AD5;
}
.AnyTagClassName
{
color: #C65AD5;
}
</style>
background-color css
<style>
a { background-color: #C65AD5; }
a { background-color: rgb(198,90,213); }
div.DivClassName
{
background-color: #C65AD5;
}
.BgClassName
{
background-color: #C65AD5;
}
</style>
border-color css
<style>
span { border-color: #C65AD5; }
span { border-color: rgb(198,90,213); }
td.TdClassName
{
border-color: #C65AD5;
}
.TagClassName
{
border-color: #C65AD5;
}
</style>