Shades of Medium Orchid #C65ADC
Tints of Medium Orchid #C65ADC
RGB
CMYK
RGB Variations
Color information
#C65ADC (or 0xC65ADC) is known color: Medium Orchid. HEX triplet: C6, 5A and DC. RGB value is (198,90,220). Sum of RGB (Red+Green+Blue) = 198+90+220=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #C65ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ADC is #39A523. Grayscale: #888888. Windows color (decimal): -3777828 or 14441158. OLE color: 14441158.
HSL color Cylindrical-coordinate representation of color #C65ADC: hue angle of 289.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65ADC is Cyan = 0.1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 90 | 220 | - |
| CMYK | 0.1 | 0.59 | 0 | 0.14 |
| HSL | 289.85º | 0.65% | 0.61% | - |
| HSV(B) | 289.85º | 0.59% | 0.86% | - |
| XYZ | 39.86 | 24.49 | 70.34 | - |
| YUV | 137.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 220 | 0.1 | 0.59 | 0 | 0.14 | 289.85 | 0.65 | 0.61 |
| Hex | C6 | 5A | DC | A | 3B | 0 | E | 122 | 41 | 3D |
| Octal | 306 | 132 | 334 | 12 | 73 | 0 | 16 | 442 | 101 | 75 |
| Binary | 11000110 | 1011010 | 11011100 | 1010 | 111011 | 0 | 1110 | 100100010 | 1000001 | 111101 |
Color Harmonies of #C65ADC
Complementary color
Monochromatic Colors of #C65ADC
Black with #C65ADC
Text Example
Text Example
White with #C65ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ADC; }
p { color: rgb(198,90,220); }
H1.HeaderClassName
{
color: #C65ADC;
}
.AnyTagClassName
{
color: #C65ADC;
}
</style>
background-color css
<style>
a { background-color: #C65ADC; }
a { background-color: rgb(198,90,220); }
div.DivClassName
{
background-color: #C65ADC;
}
.BgClassName
{
background-color: #C65ADC;
}
</style>
border-color css
<style>
span { border-color: #C65ADC; }
span { border-color: rgb(198,90,220); }
td.TdClassName
{
border-color: #C65ADC;
}
.TagClassName
{
border-color: #C65ADC;
}
</style>