Shades of Medium Orchid #CC54D7
Tints of Medium Orchid #CC54D7
RGB
CMYK
RGB Variations
Color information
#CC54D7 (or 0xCC54D7) is known color: Medium Orchid. HEX triplet: CC, 54 and D7. RGB value is (204,84,215). Sum of RGB (Red+Green+Blue) = 204+84+215=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC54D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54D7 is #33AB28. Grayscale: #868686. Windows color (decimal): -3386153 or 14111948. OLE color: 14111948.
HSL color Cylindrical-coordinate representation of color #CC54D7: hue angle of 294.96º 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 #CC54D7 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 84 | 215 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.16 |
| HSL | 294.96º | 0.62% | 0.59% | - |
| HSV(B) | 294.96º | 0.61% | 0.84% | - |
| XYZ | 40.34 | 24.08 | 66.81 | - |
| YUV | 134.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 215 | 0.05 | 0.61 | 0 | 0.16 | 294.96 | 0.62 | 0.59 |
| Hex | CC | 54 | D7 | 5 | 3D | 0 | 10 | 127 | 3E | 3B |
| Octal | 314 | 124 | 327 | 5 | 75 | 0 | 20 | 447 | 76 | 73 |
| Binary | 11001100 | 1010100 | 11010111 | 101 | 111101 | 0 | 10000 | 100100111 | 111110 | 111011 |
Color Harmonies of #CC54D7
Complementary color
Monochromatic Colors of #CC54D7
Black with #CC54D7
Text Example
Text Example
White with #CC54D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54D7; }
p { color: rgb(204,84,215); }
H1.HeaderClassName
{
color: #CC54D7;
}
.AnyTagClassName
{
color: #CC54D7;
}
</style>
background-color css
<style>
a { background-color: #CC54D7; }
a { background-color: rgb(204,84,215); }
div.DivClassName
{
background-color: #CC54D7;
}
.BgClassName
{
background-color: #CC54D7;
}
</style>
border-color css
<style>
span { border-color: #CC54D7; }
span { border-color: rgb(204,84,215); }
td.TdClassName
{
border-color: #CC54D7;
}
.TagClassName
{
border-color: #CC54D7;
}
</style>