Shades of Medium Orchid #C275DF
Tints of Medium Orchid #C275DF
RGB
CMYK
RGB Variations
Color information
#C275DF (or 0xC275DF) is known color: Medium Orchid. HEX triplet: C2, 75 and DF. RGB value is (194,117,223). Sum of RGB (Red+Green+Blue) = 194+117+223=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C275DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275DF is #3D8A20. Grayscale: #979797. Windows color (decimal): -4033057 or 14644674. OLE color: 14644674.
HSL color Cylindrical-coordinate representation of color #C275DF: hue angle of 283.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C275DF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 117 | 223 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 283.58º | 0.62% | 0.67% | - |
| HSV(B) | 283.58º | 0.48% | 0.87% | - |
| XYZ | 41.93 | 29.52 | 73.3 | - |
| YUV | 152.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 223 | 0.13 | 0.48 | 0 | 0.13 | 283.58 | 0.62 | 0.67 |
| Hex | C2 | 75 | DF | D | 30 | 0 | D | 11C | 3E | 43 |
| Octal | 302 | 165 | 337 | 15 | 60 | 0 | 15 | 434 | 76 | 103 |
| Binary | 11000010 | 1110101 | 11011111 | 1101 | 110000 | 0 | 1101 | 100011100 | 111110 | 1000011 |
Color Harmonies of #C275DF
Complementary color
Monochromatic Colors of #C275DF
Black with #C275DF
Text Example
Text Example
White with #C275DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275DF; }
p { color: rgb(194,117,223); }
H1.HeaderClassName
{
color: #C275DF;
}
.AnyTagClassName
{
color: #C275DF;
}
</style>
background-color css
<style>
a { background-color: #C275DF; }
a { background-color: rgb(194,117,223); }
div.DivClassName
{
background-color: #C275DF;
}
.BgClassName
{
background-color: #C275DF;
}
</style>
border-color css
<style>
span { border-color: #C275DF; }
span { border-color: rgb(194,117,223); }
td.TdClassName
{
border-color: #C275DF;
}
.TagClassName
{
border-color: #C275DF;
}
</style>