Shades of Medium Orchid #C254DC
Tints of Medium Orchid #C254DC
RGB
CMYK
RGB Variations
Color information
#C254DC (or 0xC254DC) is known color: Medium Orchid. HEX triplet: C2, 54 and DC. RGB value is (194,84,220). Sum of RGB (Red+Green+Blue) = 194+84+220=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C254DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254DC is #3DAB23. Grayscale: #838383. Windows color (decimal): -4041508 or 14439618. OLE color: 14439618.
HSL color Cylindrical-coordinate representation of color #C254DC: hue angle of 288.53º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C254DC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 84 | 220 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.14 |
| HSL | 288.53º | 0.66% | 0.6% | - |
| HSV(B) | 288.53º | 0.62% | 0.86% | - |
| XYZ | 38.34 | 22.98 | 70.12 | - |
| YUV | 132.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 220 | 0.12 | 0.62 | 0 | 0.14 | 288.53 | 0.66 | 0.6 |
| Hex | C2 | 54 | DC | C | 3E | 0 | E | 121 | 42 | 3C |
| Octal | 302 | 124 | 334 | 14 | 76 | 0 | 16 | 441 | 102 | 74 |
| Binary | 11000010 | 1010100 | 11011100 | 1100 | 111110 | 0 | 1110 | 100100001 | 1000010 | 111100 |
Color Harmonies of #C254DC
Complementary color
Monochromatic Colors of #C254DC
Black with #C254DC
Text Example
Text Example
White with #C254DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254DC; }
p { color: rgb(194,84,220); }
H1.HeaderClassName
{
color: #C254DC;
}
.AnyTagClassName
{
color: #C254DC;
}
</style>
background-color css
<style>
a { background-color: #C254DC; }
a { background-color: rgb(194,84,220); }
div.DivClassName
{
background-color: #C254DC;
}
.BgClassName
{
background-color: #C254DC;
}
</style>
border-color css
<style>
span { border-color: #C254DC; }
span { border-color: rgb(194,84,220); }
td.TdClassName
{
border-color: #C254DC;
}
.TagClassName
{
border-color: #C254DC;
}
</style>