Shades of Medium Orchid #C274DB
Tints of Medium Orchid #C274DB
RGB
CMYK
RGB Variations
Color information
#C274DB (or 0xC274DB) is known color: Medium Orchid. HEX triplet: C2, 74 and DB. RGB value is (194,116,219). Sum of RGB (Red+Green+Blue) = 194+116+219=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #C274DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274DB is #3D8B24. Grayscale: #969696. Windows color (decimal): -4033317 or 14382274. OLE color: 14382274.
HSL color Cylindrical-coordinate representation of color #C274DB: hue angle of 285.44º 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 #C274DB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 116 | 219 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.14 |
| HSL | 285.44º | 0.59% | 0.66% | - |
| HSV(B) | 285.44º | 0.47% | 0.86% | - |
| XYZ | 41.28 | 29.07 | 70.45 | - |
| YUV | 151.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 219 | 0.11 | 0.47 | 0 | 0.14 | 285.44 | 0.59 | 0.66 |
| Hex | C2 | 74 | DB | B | 2F | 0 | E | 11D | 3B | 42 |
| Octal | 302 | 164 | 333 | 13 | 57 | 0 | 16 | 435 | 73 | 102 |
| Binary | 11000010 | 1110100 | 11011011 | 1011 | 101111 | 0 | 1110 | 100011101 | 111011 | 1000010 |
Color Harmonies of #C274DB
Complementary color
Monochromatic Colors of #C274DB
Black with #C274DB
Text Example
Text Example
White with #C274DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274DB; }
p { color: rgb(194,116,219); }
H1.HeaderClassName
{
color: #C274DB;
}
.AnyTagClassName
{
color: #C274DB;
}
</style>
background-color css
<style>
a { background-color: #C274DB; }
a { background-color: rgb(194,116,219); }
div.DivClassName
{
background-color: #C274DB;
}
.BgClassName
{
background-color: #C274DB;
}
</style>
border-color css
<style>
span { border-color: #C274DB; }
span { border-color: rgb(194,116,219); }
td.TdClassName
{
border-color: #C274DB;
}
.TagClassName
{
border-color: #C274DB;
}
</style>