Shades of Medium Orchid #C65DD1
Tints of Medium Orchid #C65DD1
RGB
CMYK
RGB Variations
Color information
#C65DD1 (or 0xC65DD1) is known color: Medium Orchid. HEX triplet: C6, 5D and D1. RGB value is (198,93,209). Sum of RGB (Red+Green+Blue) = 198+93+209=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #C65DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DD1 is #39A22E. Grayscale: #898989. Windows color (decimal): -3777071 or 13721030. OLE color: 13721030.
HSL color Cylindrical-coordinate representation of color #C65DD1: hue angle of 294.31º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65DD1 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 93 | 209 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.18 |
| HSL | 294.31º | 0.56% | 0.59% | - |
| HSV(B) | 294.31º | 0.56% | 0.82% | - |
| XYZ | 38.71 | 24.44 | 63 | - |
| YUV | 137.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 209 | 0.05 | 0.56 | 0 | 0.18 | 294.31 | 0.56 | 0.59 |
| Hex | C6 | 5D | D1 | 5 | 38 | 0 | 12 | 126 | 38 | 3B |
| Octal | 306 | 135 | 321 | 5 | 70 | 0 | 22 | 446 | 70 | 73 |
| Binary | 11000110 | 1011101 | 11010001 | 101 | 111000 | 0 | 10010 | 100100110 | 111000 | 111011 |
Color Harmonies of #C65DD1
Complementary color
Monochromatic Colors of #C65DD1
Black with #C65DD1
Text Example
Text Example
White with #C65DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DD1; }
p { color: rgb(198,93,209); }
H1.HeaderClassName
{
color: #C65DD1;
}
.AnyTagClassName
{
color: #C65DD1;
}
</style>
background-color css
<style>
a { background-color: #C65DD1; }
a { background-color: rgb(198,93,209); }
div.DivClassName
{
background-color: #C65DD1;
}
.BgClassName
{
background-color: #C65DD1;
}
</style>
border-color css
<style>
span { border-color: #C65DD1; }
span { border-color: rgb(198,93,209); }
td.TdClassName
{
border-color: #C65DD1;
}
.TagClassName
{
border-color: #C65DD1;
}
</style>