Shades of Medium Orchid #C275DC
Tints of Medium Orchid #C275DC
RGB
CMYK
RGB Variations
Color information
#C275DC (or 0xC275DC) is known color: Medium Orchid. HEX triplet: C2, 75 and DC. RGB value is (194,117,220). Sum of RGB (Red+Green+Blue) = 194+117+220=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #C275DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275DC is #3D8A23. Grayscale: #979797. Windows color (decimal): -4033060 or 14448066. OLE color: 14448066.
HSL color Cylindrical-coordinate representation of color #C275DC: hue angle of 284.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C275DC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 117 | 220 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.14 |
| HSL | 284.85º | 0.6% | 0.66% | - |
| HSV(B) | 284.85º | 0.47% | 0.86% | - |
| XYZ | 41.53 | 29.36 | 71.19 | - |
| YUV | 151.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 220 | 0.12 | 0.47 | 0 | 0.14 | 284.85 | 0.6 | 0.66 |
| Hex | C2 | 75 | DC | C | 2F | 0 | E | 11D | 3C | 42 |
| Octal | 302 | 165 | 334 | 14 | 57 | 0 | 16 | 435 | 74 | 102 |
| Binary | 11000010 | 1110101 | 11011100 | 1100 | 101111 | 0 | 1110 | 100011101 | 111100 | 1000010 |
Color Harmonies of #C275DC
Complementary color
Monochromatic Colors of #C275DC
Black with #C275DC
Text Example
Text Example
White with #C275DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275DC; }
p { color: rgb(194,117,220); }
H1.HeaderClassName
{
color: #C275DC;
}
.AnyTagClassName
{
color: #C275DC;
}
</style>
background-color css
<style>
a { background-color: #C275DC; }
a { background-color: rgb(194,117,220); }
div.DivClassName
{
background-color: #C275DC;
}
.BgClassName
{
background-color: #C275DC;
}
</style>
border-color css
<style>
span { border-color: #C275DC; }
span { border-color: rgb(194,117,220); }
td.TdClassName
{
border-color: #C275DC;
}
.TagClassName
{
border-color: #C275DC;
}
</style>