Shades of Medium Orchid #C254D7
Tints of Medium Orchid #C254D7
RGB
CMYK
RGB Variations
Color information
#C254D7 (or 0xC254D7) is known color: Medium Orchid. HEX triplet: C2, 54 and D7. RGB value is (194,84,215). Sum of RGB (Red+Green+Blue) = 194+84+215=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #C254D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254D7 is #3DAB28. Grayscale: #838383. Windows color (decimal): -4041513 or 14111938. OLE color: 14111938.
HSL color Cylindrical-coordinate representation of color #C254D7: hue angle of 290.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C254D7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 84 | 215 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.16 |
| HSL | 290.38º | 0.62% | 0.59% | - |
| HSV(B) | 290.38º | 0.61% | 0.84% | - |
| XYZ | 37.68 | 22.72 | 66.69 | - |
| YUV | 131.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 215 | 0.10 | 0.61 | 0 | 0.16 | 290.38 | 0.62 | 0.59 |
| Hex | C2 | 54 | D7 | A | 3D | 0 | 10 | 122 | 3E | 3B |
| Octal | 302 | 124 | 327 | 12 | 75 | 0 | 20 | 442 | 76 | 73 |
| Binary | 11000010 | 1010100 | 11010111 | 1010 | 111101 | 0 | 10000 | 100100010 | 111110 | 111011 |
Color Harmonies of #C254D7
Complementary color
Monochromatic Colors of #C254D7
Black with #C254D7
Text Example
Text Example
White with #C254D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254D7; }
p { color: rgb(194,84,215); }
H1.HeaderClassName
{
color: #C254D7;
}
.AnyTagClassName
{
color: #C254D7;
}
</style>
background-color css
<style>
a { background-color: #C254D7; }
a { background-color: rgb(194,84,215); }
div.DivClassName
{
background-color: #C254D7;
}
.BgClassName
{
background-color: #C254D7;
}
</style>
border-color css
<style>
span { border-color: #C254D7; }
span { border-color: rgb(194,84,215); }
td.TdClassName
{
border-color: #C254D7;
}
.TagClassName
{
border-color: #C254D7;
}
</style>