Shades of Medium Orchid #C275DA
Tints of Medium Orchid #C275DA
RGB
CMYK
RGB Variations
Color information
#C275DA (or 0xC275DA) is known color: Medium Orchid. HEX triplet: C2, 75 and DA. RGB value is (194,117,218). Sum of RGB (Red+Green+Blue) = 194+117+218=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C275DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275DA is #3D8A25. Grayscale: #979797. Windows color (decimal): -4033062 or 14316994. OLE color: 14316994.
HSL color Cylindrical-coordinate representation of color #C275DA: hue angle of 285.74º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C275DA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 117 | 218 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.15 |
| HSL | 285.74º | 0.58% | 0.66% | - |
| HSV(B) | 285.74º | 0.46% | 0.85% | - |
| XYZ | 41.26 | 29.25 | 69.8 | - |
| YUV | 151.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 218 | 0.11 | 0.46 | 0 | 0.15 | 285.74 | 0.58 | 0.66 |
| Hex | C2 | 75 | DA | B | 2E | 0 | F | 11E | 3A | 42 |
| Octal | 302 | 165 | 332 | 13 | 56 | 0 | 17 | 436 | 72 | 102 |
| Binary | 11000010 | 1110101 | 11011010 | 1011 | 101110 | 0 | 1111 | 100011110 | 111010 | 1000010 |
Color Harmonies of #C275DA
Complementary color
Monochromatic Colors of #C275DA
Black with #C275DA
Text Example
Text Example
White with #C275DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275DA; }
p { color: rgb(194,117,218); }
H1.HeaderClassName
{
color: #C275DA;
}
.AnyTagClassName
{
color: #C275DA;
}
</style>
background-color css
<style>
a { background-color: #C275DA; }
a { background-color: rgb(194,117,218); }
div.DivClassName
{
background-color: #C275DA;
}
.BgClassName
{
background-color: #C275DA;
}
</style>
border-color css
<style>
span { border-color: #C275DA; }
span { border-color: rgb(194,117,218); }
td.TdClassName
{
border-color: #C275DA;
}
.TagClassName
{
border-color: #C275DA;
}
</style>