Shades of Medium Orchid #CC44DA
Tints of Medium Orchid #CC44DA
RGB
CMYK
RGB Variations
Color information
#CC44DA (or 0xCC44DA) is known color: Medium Orchid. HEX triplet: CC, 44 and DA. RGB value is (204,68,218). Sum of RGB (Red+Green+Blue) = 204+68+218=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC44DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44DA is #33BB25. Grayscale: #7D7D7D. Windows color (decimal): -3390246 or 14304460. OLE color: 14304460.
HSL color Cylindrical-coordinate representation of color #CC44DA: hue angle of 294.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC44DA is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 68 | 218 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.15 |
| HSL | 294.4º | 0.67% | 0.56% | - |
| HSV(B) | 294.4º | 0.69% | 0.85% | - |
| XYZ | 39.62 | 22.03 | 68.49 | - |
| YUV | 125.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 218 | 0.06 | 0.69 | 0 | 0.15 | 294.4 | 0.67 | 0.56 |
| Hex | CC | 44 | DA | 6 | 45 | 0 | F | 126 | 43 | 38 |
| Octal | 314 | 104 | 332 | 6 | 105 | 0 | 17 | 446 | 103 | 70 |
| Binary | 11001100 | 1000100 | 11011010 | 110 | 1000101 | 0 | 1111 | 100100110 | 1000011 | 111000 |
Color Harmonies of #CC44DA
Complementary color
Monochromatic Colors of #CC44DA
Black with #CC44DA
Text Example
Text Example
White with #CC44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44DA; }
p { color: rgb(204,68,218); }
H1.HeaderClassName
{
color: #CC44DA;
}
.AnyTagClassName
{
color: #CC44DA;
}
</style>
background-color css
<style>
a { background-color: #CC44DA; }
a { background-color: rgb(204,68,218); }
div.DivClassName
{
background-color: #CC44DA;
}
.BgClassName
{
background-color: #CC44DA;
}
</style>
border-color css
<style>
span { border-color: #CC44DA; }
span { border-color: rgb(204,68,218); }
td.TdClassName
{
border-color: #CC44DA;
}
.TagClassName
{
border-color: #CC44DA;
}
</style>