Shades of Medium Orchid #C275DB
Tints of Medium Orchid #C275DB
RGB
CMYK
RGB Variations
Color information
#C275DB (or 0xC275DB) is known color: Medium Orchid. HEX triplet: C2, 75 and DB. RGB value is (194,117,219). Sum of RGB (Red+Green+Blue) = 194+117+219=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #C275DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275DB is #3D8A24. Grayscale: #979797. Windows color (decimal): -4033061 or 14382530. OLE color: 14382530.
HSL color Cylindrical-coordinate representation of color #C275DB: hue angle of 285.29º degrees, saturation: 0.59, 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 #C275DB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 117 | 219 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.14 |
| HSL | 285.29º | 0.59% | 0.66% | - |
| HSV(B) | 285.29º | 0.47% | 0.86% | - |
| XYZ | 41.4 | 29.31 | 70.49 | - |
| YUV | 151.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 219 | 0.11 | 0.47 | 0 | 0.14 | 285.29 | 0.59 | 0.66 |
| Hex | C2 | 75 | DB | B | 2F | 0 | E | 11D | 3B | 42 |
| Octal | 302 | 165 | 333 | 13 | 57 | 0 | 16 | 435 | 73 | 102 |
| Binary | 11000010 | 1110101 | 11011011 | 1011 | 101111 | 0 | 1110 | 100011101 | 111011 | 1000010 |
Color Harmonies of #C275DB
Complementary color
Monochromatic Colors of #C275DB
Black with #C275DB
Text Example
Text Example
White with #C275DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275DB; }
p { color: rgb(194,117,219); }
H1.HeaderClassName
{
color: #C275DB;
}
.AnyTagClassName
{
color: #C275DB;
}
</style>
background-color css
<style>
a { background-color: #C275DB; }
a { background-color: rgb(194,117,219); }
div.DivClassName
{
background-color: #C275DB;
}
.BgClassName
{
background-color: #C275DB;
}
</style>
border-color css
<style>
span { border-color: #C275DB; }
span { border-color: rgb(194,117,219); }
td.TdClassName
{
border-color: #C275DB;
}
.TagClassName
{
border-color: #C275DB;
}
</style>