Shades of Medium Orchid #CC5DD5
Tints of Medium Orchid #CC5DD5
RGB
CMYK
RGB Variations
Color information
#CC5DD5 (or 0xCC5DD5) is known color: Medium Orchid. HEX triplet: CC, 5D and D5. RGB value is (204,93,213). Sum of RGB (Red+Green+Blue) = 204+93+213=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DD5 is #33A22A. Grayscale: #8B8B8B. Windows color (decimal): -3383851 or 13983180. OLE color: 13983180.
HSL color Cylindrical-coordinate representation of color #CC5DD5: hue angle of 295.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5DD5 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 93 | 213 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.16 |
| HSL | 295.5º | 0.59% | 0.6% | - |
| HSV(B) | 295.5º | 0.56% | 0.84% | - |
| XYZ | 40.83 | 25.47 | 65.72 | - |
| YUV | 139.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 213 | 0.04 | 0.56 | 0 | 0.16 | 295.5 | 0.59 | 0.6 |
| Hex | CC | 5D | D5 | 4 | 38 | 0 | 10 | 128 | 3B | 3C |
| Octal | 314 | 135 | 325 | 4 | 70 | 0 | 20 | 450 | 73 | 74 |
| Binary | 11001100 | 1011101 | 11010101 | 100 | 111000 | 0 | 10000 | 100101000 | 111011 | 111100 |
Color Harmonies of #CC5DD5
Complementary color
Monochromatic Colors of #CC5DD5
Black with #CC5DD5
Text Example
Text Example
White with #CC5DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DD5; }
p { color: rgb(204,93,213); }
H1.HeaderClassName
{
color: #CC5DD5;
}
.AnyTagClassName
{
color: #CC5DD5;
}
</style>
background-color css
<style>
a { background-color: #CC5DD5; }
a { background-color: rgb(204,93,213); }
div.DivClassName
{
background-color: #CC5DD5;
}
.BgClassName
{
background-color: #CC5DD5;
}
</style>
border-color css
<style>
span { border-color: #CC5DD5; }
span { border-color: rgb(204,93,213); }
td.TdClassName
{
border-color: #CC5DD5;
}
.TagClassName
{
border-color: #CC5DD5;
}
</style>