Shades of Medium Orchid #CC55DA
Tints of Medium Orchid #CC55DA
RGB
CMYK
RGB Variations
Color information
#CC55DA (or 0xCC55DA) is known color: Medium Orchid. HEX triplet: CC, 55 and DA. RGB value is (204,85,218). Sum of RGB (Red+Green+Blue) = 204+85+218=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC55DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55DA is #33AA25. Grayscale: #878787. Windows color (decimal): -3385894 or 14308812. OLE color: 14308812.
HSL color Cylindrical-coordinate representation of color #CC55DA: hue angle of 293.68º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC55DA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 85 | 218 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.15 |
| HSL | 293.68º | 0.64% | 0.59% | - |
| HSV(B) | 293.68º | 0.61% | 0.85% | - |
| XYZ | 40.81 | 24.4 | 68.89 | - |
| YUV | 135.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 218 | 0.06 | 0.61 | 0 | 0.15 | 293.68 | 0.64 | 0.59 |
| Hex | CC | 55 | DA | 6 | 3D | 0 | F | 126 | 40 | 3B |
| Octal | 314 | 125 | 332 | 6 | 75 | 0 | 17 | 446 | 100 | 73 |
| Binary | 11001100 | 1010101 | 11011010 | 110 | 111101 | 0 | 1111 | 100100110 | 1000000 | 111011 |
Color Harmonies of #CC55DA
Complementary color
Monochromatic Colors of #CC55DA
Black with #CC55DA
Text Example
Text Example
White with #CC55DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55DA; }
p { color: rgb(204,85,218); }
H1.HeaderClassName
{
color: #CC55DA;
}
.AnyTagClassName
{
color: #CC55DA;
}
</style>
background-color css
<style>
a { background-color: #CC55DA; }
a { background-color: rgb(204,85,218); }
div.DivClassName
{
background-color: #CC55DA;
}
.BgClassName
{
background-color: #CC55DA;
}
</style>
border-color css
<style>
span { border-color: #CC55DA; }
span { border-color: rgb(204,85,218); }
td.TdClassName
{
border-color: #CC55DA;
}
.TagClassName
{
border-color: #CC55DA;
}
</style>