Shades of Medium Orchid #C954DD
Tints of Medium Orchid #C954DD
RGB
CMYK
RGB Variations
Color information
#C954DD (or 0xC954DD) is known color: Medium Orchid. HEX triplet: C9, 54 and DD. RGB value is (201,84,221). Sum of RGB (Red+Green+Blue) = 201+84+221=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C954DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954DD is #36AB22. Grayscale: #868686. Windows color (decimal): -3582755 or 14505161. OLE color: 14505161.
HSL color Cylindrical-coordinate representation of color #C954DD: hue angle of 291.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C954DD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 84 | 221 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.13 |
| HSL | 291.24º | 0.67% | 0.6% | - |
| HSV(B) | 291.24º | 0.62% | 0.87% | - |
| XYZ | 40.31 | 23.98 | 70.91 | - |
| YUV | 134.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 221 | 0.09 | 0.62 | 0 | 0.13 | 291.24 | 0.67 | 0.6 |
| Hex | C9 | 54 | DD | 9 | 3E | 0 | D | 123 | 43 | 3C |
| Octal | 311 | 124 | 335 | 11 | 76 | 0 | 15 | 443 | 103 | 74 |
| Binary | 11001001 | 1010100 | 11011101 | 1001 | 111110 | 0 | 1101 | 100100011 | 1000011 | 111100 |
Color Harmonies of #C954DD
Complementary color
Monochromatic Colors of #C954DD
Black with #C954DD
Text Example
Text Example
White with #C954DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954DD; }
p { color: rgb(201,84,221); }
H1.HeaderClassName
{
color: #C954DD;
}
.AnyTagClassName
{
color: #C954DD;
}
</style>
background-color css
<style>
a { background-color: #C954DD; }
a { background-color: rgb(201,84,221); }
div.DivClassName
{
background-color: #C954DD;
}
.BgClassName
{
background-color: #C954DD;
}
</style>
border-color css
<style>
span { border-color: #C954DD; }
span { border-color: rgb(201,84,221); }
td.TdClassName
{
border-color: #C954DD;
}
.TagClassName
{
border-color: #C954DD;
}
</style>