Shades of Medium Orchid #CC5BDA
Tints of Medium Orchid #CC5BDA
RGB
CMYK
RGB Variations
Color information
#CC5BDA (or 0xCC5BDA) is known color: Medium Orchid. HEX triplet: CC, 5B and DA. RGB value is (204,91,218). Sum of RGB (Red+Green+Blue) = 204+91+218=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BDA is #33A425. Grayscale: #8A8A8A. Windows color (decimal): -3384358 or 14310348. OLE color: 14310348.
HSL color Cylindrical-coordinate representation of color #CC5BDA: hue angle of 293.39º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5BDA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 91 | 218 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.15 |
| HSL | 293.39º | 0.63% | 0.61% | - |
| HSV(B) | 293.39º | 0.58% | 0.85% | - |
| XYZ | 41.3 | 25.38 | 69.05 | - |
| YUV | 139.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 218 | 0.06 | 0.58 | 0 | 0.15 | 293.39 | 0.63 | 0.61 |
| Hex | CC | 5B | DA | 6 | 3A | 0 | F | 125 | 3F | 3D |
| Octal | 314 | 133 | 332 | 6 | 72 | 0 | 17 | 445 | 77 | 75 |
| Binary | 11001100 | 1011011 | 11011010 | 110 | 111010 | 0 | 1111 | 100100101 | 111111 | 111101 |
Color Harmonies of #CC5BDA
Complementary color
Monochromatic Colors of #CC5BDA
Black with #CC5BDA
Text Example
Text Example
White with #CC5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BDA; }
p { color: rgb(204,91,218); }
H1.HeaderClassName
{
color: #CC5BDA;
}
.AnyTagClassName
{
color: #CC5BDA;
}
</style>
background-color css
<style>
a { background-color: #CC5BDA; }
a { background-color: rgb(204,91,218); }
div.DivClassName
{
background-color: #CC5BDA;
}
.BgClassName
{
background-color: #CC5BDA;
}
</style>
border-color css
<style>
span { border-color: #CC5BDA; }
span { border-color: rgb(204,91,218); }
td.TdClassName
{
border-color: #CC5BDA;
}
.TagClassName
{
border-color: #CC5BDA;
}
</style>