Shades of Medium Orchid #CC40DA
Tints of Medium Orchid #CC40DA
RGB
CMYK
RGB Variations
Color information
#CC40DA (or 0xCC40DA) is known color: Medium Orchid. HEX triplet: CC, 40 and DA. RGB value is (204,64,218). Sum of RGB (Red+Green+Blue) = 204+64+218=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40DA is #33BF25. Grayscale: #7A7A7A. Windows color (decimal): -3391270 or 14303436. OLE color: 14303436.
HSL color Cylindrical-coordinate representation of color #CC40DA: hue angle of 294.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC40DA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 64 | 218 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.15 |
| HSL | 294.55º | 0.68% | 0.55% | - |
| HSV(B) | 294.55º | 0.71% | 0.85% | - |
| XYZ | 39.39 | 21.57 | 68.42 | - |
| YUV | 123.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 218 | 0.06 | 0.71 | 0 | 0.15 | 294.55 | 0.68 | 0.55 |
| Hex | CC | 40 | DA | 6 | 47 | 0 | F | 127 | 44 | 37 |
| Octal | 314 | 100 | 332 | 6 | 107 | 0 | 17 | 447 | 104 | 67 |
| Binary | 11001100 | 1000000 | 11011010 | 110 | 1000111 | 0 | 1111 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CC40DA
Complementary color
Monochromatic Colors of #CC40DA
Black with #CC40DA
Text Example
Text Example
White with #CC40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40DA; }
p { color: rgb(204,64,218); }
H1.HeaderClassName
{
color: #CC40DA;
}
.AnyTagClassName
{
color: #CC40DA;
}
</style>
background-color css
<style>
a { background-color: #CC40DA; }
a { background-color: rgb(204,64,218); }
div.DivClassName
{
background-color: #CC40DA;
}
.BgClassName
{
background-color: #CC40DA;
}
</style>
border-color css
<style>
span { border-color: #CC40DA; }
span { border-color: rgb(204,64,218); }
td.TdClassName
{
border-color: #CC40DA;
}
.TagClassName
{
border-color: #CC40DA;
}
</style>