Shades of Medium Orchid #C65FDC
Tints of Medium Orchid #C65FDC
RGB
CMYK
RGB Variations
Color information
#C65FDC (or 0xC65FDC) is known color: Medium Orchid. HEX triplet: C6, 5F and DC. RGB value is (198,95,220). Sum of RGB (Red+Green+Blue) = 198+95+220=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C65FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FDC is #39A023. Grayscale: #8B8B8B. Windows color (decimal): -3776548 or 14442438. OLE color: 14442438.
HSL color Cylindrical-coordinate representation of color #C65FDC: hue angle of 289.44º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65FDC is Cyan = 0.1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 95 | 220 | - |
| CMYK | 0.1 | 0.57 | 0 | 0.14 |
| HSL | 289.44º | 0.64% | 0.62% | - |
| HSV(B) | 289.44º | 0.57% | 0.86% | - |
| XYZ | 40.3 | 25.36 | 70.48 | - |
| YUV | 140.05 | 173.12 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 220 | 0.1 | 0.57 | 0 | 0.14 | 289.44 | 0.64 | 0.62 |
| Hex | C6 | 5F | DC | A | 39 | 0 | E | 121 | 40 | 3E |
| Octal | 306 | 137 | 334 | 12 | 71 | 0 | 16 | 441 | 100 | 76 |
| Binary | 11000110 | 1011111 | 11011100 | 1010 | 111001 | 0 | 1110 | 100100001 | 1000000 | 111110 |
Color Harmonies of #C65FDC
Complementary color
Monochromatic Colors of #C65FDC
Black with #C65FDC
Text Example
Text Example
White with #C65FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FDC; }
p { color: rgb(198,95,220); }
H1.HeaderClassName
{
color: #C65FDC;
}
.AnyTagClassName
{
color: #C65FDC;
}
</style>
background-color css
<style>
a { background-color: #C65FDC; }
a { background-color: rgb(198,95,220); }
div.DivClassName
{
background-color: #C65FDC;
}
.BgClassName
{
background-color: #C65FDC;
}
</style>
border-color css
<style>
span { border-color: #C65FDC; }
span { border-color: rgb(198,95,220); }
td.TdClassName
{
border-color: #C65FDC;
}
.TagClassName
{
border-color: #C65FDC;
}
</style>