Shades of Medium Orchid #CC54DA
Tints of Medium Orchid #CC54DA
RGB
CMYK
RGB Variations
Color information
#CC54DA (or 0xCC54DA) is known color: Medium Orchid. HEX triplet: CC, 54 and DA. RGB value is (204,84,218). Sum of RGB (Red+Green+Blue) = 204+84+218=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC54DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54DA is #33AB25. Grayscale: #868686. Windows color (decimal): -3386150 or 14308556. OLE color: 14308556.
HSL color Cylindrical-coordinate representation of color #CC54DA: hue angle of 293.73º 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 #CC54DA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 84 | 218 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.15 |
| HSL | 293.73º | 0.64% | 0.59% | - |
| HSV(B) | 293.73º | 0.61% | 0.85% | - |
| XYZ | 40.73 | 24.24 | 68.86 | - |
| YUV | 135.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 218 | 0.06 | 0.61 | 0 | 0.15 | 293.73 | 0.64 | 0.59 |
| Hex | CC | 54 | DA | 6 | 3D | 0 | F | 126 | 40 | 3B |
| Octal | 314 | 124 | 332 | 6 | 75 | 0 | 17 | 446 | 100 | 73 |
| Binary | 11001100 | 1010100 | 11011010 | 110 | 111101 | 0 | 1111 | 100100110 | 1000000 | 111011 |
Color Harmonies of #CC54DA
Complementary color
Monochromatic Colors of #CC54DA
Black with #CC54DA
Text Example
Text Example
White with #CC54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54DA; }
p { color: rgb(204,84,218); }
H1.HeaderClassName
{
color: #CC54DA;
}
.AnyTagClassName
{
color: #CC54DA;
}
</style>
background-color css
<style>
a { background-color: #CC54DA; }
a { background-color: rgb(204,84,218); }
div.DivClassName
{
background-color: #CC54DA;
}
.BgClassName
{
background-color: #CC54DA;
}
</style>
border-color css
<style>
span { border-color: #CC54DA; }
span { border-color: rgb(204,84,218); }
td.TdClassName
{
border-color: #CC54DA;
}
.TagClassName
{
border-color: #CC54DA;
}
</style>