Shades of Medium Orchid #C65BD0
Tints of Medium Orchid #C65BD0
RGB
CMYK
RGB Variations
Color information
#C65BD0 (or 0xC65BD0) is known color: Medium Orchid. HEX triplet: C6, 5B and D0. RGB value is (198,91,208). Sum of RGB (Red+Green+Blue) = 198+91+208=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #C65BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BD0 is #39A42F. Grayscale: #878787. Windows color (decimal): -3777584 or 13654982. OLE color: 13654982.
HSL color Cylindrical-coordinate representation of color #C65BD0: hue angle of 294.87º degrees, saturation: 0.55, 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 #C65BD0 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 91 | 208 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.18 |
| HSL | 294.87º | 0.55% | 0.59% | - |
| HSV(B) | 294.87º | 0.56% | 0.82% | - |
| XYZ | 38.41 | 24.04 | 62.29 | - |
| YUV | 136.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 208 | 0.05 | 0.56 | 0 | 0.18 | 294.87 | 0.55 | 0.59 |
| Hex | C6 | 5B | D0 | 5 | 38 | 0 | 12 | 127 | 37 | 3B |
| Octal | 306 | 133 | 320 | 5 | 70 | 0 | 22 | 447 | 67 | 73 |
| Binary | 11000110 | 1011011 | 11010000 | 101 | 111000 | 0 | 10010 | 100100111 | 110111 | 111011 |
Color Harmonies of #C65BD0
Complementary color
Monochromatic Colors of #C65BD0
Black with #C65BD0
Text Example
Text Example
White with #C65BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BD0; }
p { color: rgb(198,91,208); }
H1.HeaderClassName
{
color: #C65BD0;
}
.AnyTagClassName
{
color: #C65BD0;
}
</style>
background-color css
<style>
a { background-color: #C65BD0; }
a { background-color: rgb(198,91,208); }
div.DivClassName
{
background-color: #C65BD0;
}
.BgClassName
{
background-color: #C65BD0;
}
</style>
border-color css
<style>
span { border-color: #C65BD0; }
span { border-color: rgb(198,91,208); }
td.TdClassName
{
border-color: #C65BD0;
}
.TagClassName
{
border-color: #C65BD0;
}
</style>