Shades of Medium Orchid #C954DC
Tints of Medium Orchid #C954DC
RGB
CMYK
RGB Variations
Color information
#C954DC (or 0xC954DC) is known color: Medium Orchid. HEX triplet: C9, 54 and DC. RGB value is (201,84,220). Sum of RGB (Red+Green+Blue) = 201+84+220=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #C954DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954DC is #36AB23. Grayscale: #868686. Windows color (decimal): -3582756 or 14439625. OLE color: 14439625.
HSL color Cylindrical-coordinate representation of color #C954DC: hue angle of 291.62º 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 #C954DC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 84 | 220 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.14 |
| HSL | 291.62º | 0.66% | 0.6% | - |
| HSV(B) | 291.62º | 0.62% | 0.86% | - |
| XYZ | 40.18 | 23.93 | 70.21 | - |
| YUV | 134.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 220 | 0.09 | 0.62 | 0 | 0.14 | 291.62 | 0.66 | 0.6 |
| Hex | C9 | 54 | DC | 9 | 3E | 0 | E | 124 | 42 | 3C |
| Octal | 311 | 124 | 334 | 11 | 76 | 0 | 16 | 444 | 102 | 74 |
| Binary | 11001001 | 1010100 | 11011100 | 1001 | 111110 | 0 | 1110 | 100100100 | 1000010 | 111100 |
Color Harmonies of #C954DC
Complementary color
Monochromatic Colors of #C954DC
Black with #C954DC
Text Example
Text Example
White with #C954DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954DC; }
p { color: rgb(201,84,220); }
H1.HeaderClassName
{
color: #C954DC;
}
.AnyTagClassName
{
color: #C954DC;
}
</style>
background-color css
<style>
a { background-color: #C954DC; }
a { background-color: rgb(201,84,220); }
div.DivClassName
{
background-color: #C954DC;
}
.BgClassName
{
background-color: #C954DC;
}
</style>
border-color css
<style>
span { border-color: #C954DC; }
span { border-color: rgb(201,84,220); }
td.TdClassName
{
border-color: #C954DC;
}
.TagClassName
{
border-color: #C954DC;
}
</style>