Shades of Medium Orchid #C36ADC
Tints of Medium Orchid #C36ADC
RGB
CMYK
RGB Variations
Color information
#C36ADC (or 0xC36ADC) is known color: Medium Orchid. HEX triplet: C3, 6A and DC. RGB value is (195,106,220). Sum of RGB (Red+Green+Blue) = 195+106+220=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C36ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADC is #3C9523. Grayscale: #919191. Windows color (decimal): -3970340 or 14445251. OLE color: 14445251.
HSL color Cylindrical-coordinate representation of color #C36ADC: hue angle of 286.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36ADC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 106 | 220 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.14 |
| HSL | 286.84º | 0.62% | 0.64% | - |
| HSV(B) | 286.84º | 0.52% | 0.86% | - |
| XYZ | 40.58 | 27.08 | 70.8 | - |
| YUV | 145.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 220 | 0.11 | 0.52 | 0 | 0.14 | 286.84 | 0.62 | 0.64 |
| Hex | C3 | 6A | DC | B | 34 | 0 | E | 11F | 3E | 40 |
| Octal | 303 | 152 | 334 | 13 | 64 | 0 | 16 | 437 | 76 | 100 |
| Binary | 11000011 | 1101010 | 11011100 | 1011 | 110100 | 0 | 1110 | 100011111 | 111110 | 1000000 |
Color Harmonies of #C36ADC
Complementary color
Monochromatic Colors of #C36ADC
Black with #C36ADC
Text Example
Text Example
White with #C36ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ADC; }
p { color: rgb(195,106,220); }
H1.HeaderClassName
{
color: #C36ADC;
}
.AnyTagClassName
{
color: #C36ADC;
}
</style>
background-color css
<style>
a { background-color: #C36ADC; }
a { background-color: rgb(195,106,220); }
div.DivClassName
{
background-color: #C36ADC;
}
.BgClassName
{
background-color: #C36ADC;
}
</style>
border-color css
<style>
span { border-color: #C36ADC; }
span { border-color: rgb(195,106,220); }
td.TdClassName
{
border-color: #C36ADC;
}
.TagClassName
{
border-color: #C36ADC;
}
</style>