Shades of Medium Orchid #CC41DA
Tints of Medium Orchid #CC41DA
RGB
CMYK
RGB Variations
Color information
#CC41DA (or 0xCC41DA) is known color: Medium Orchid. HEX triplet: CC, 41 and DA. RGB value is (204,65,218). Sum of RGB (Red+Green+Blue) = 204+65+218=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41DA is #33BE25. Grayscale: #7B7B7B. Windows color (decimal): -3391014 or 14303692. OLE color: 14303692.
HSL color Cylindrical-coordinate representation of color #CC41DA: hue angle of 294.51º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC41DA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 65 | 218 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.15 |
| HSL | 294.51º | 0.67% | 0.55% | - |
| HSV(B) | 294.51º | 0.7% | 0.85% | - |
| XYZ | 39.45 | 21.68 | 68.44 | - |
| YUV | 124 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 218 | 0.06 | 0.70 | 0 | 0.15 | 294.51 | 0.67 | 0.55 |
| Hex | CC | 41 | DA | 6 | 46 | 0 | F | 127 | 43 | 37 |
| Octal | 314 | 101 | 332 | 6 | 106 | 0 | 17 | 447 | 103 | 67 |
| Binary | 11001100 | 1000001 | 11011010 | 110 | 1000110 | 0 | 1111 | 100100111 | 1000011 | 110111 |
Color Harmonies of #CC41DA
Complementary color
Monochromatic Colors of #CC41DA
Black with #CC41DA
Text Example
Text Example
White with #CC41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41DA; }
p { color: rgb(204,65,218); }
H1.HeaderClassName
{
color: #CC41DA;
}
.AnyTagClassName
{
color: #CC41DA;
}
</style>
background-color css
<style>
a { background-color: #CC41DA; }
a { background-color: rgb(204,65,218); }
div.DivClassName
{
background-color: #CC41DA;
}
.BgClassName
{
background-color: #CC41DA;
}
</style>
border-color css
<style>
span { border-color: #CC41DA; }
span { border-color: rgb(204,65,218); }
td.TdClassName
{
border-color: #CC41DA;
}
.TagClassName
{
border-color: #CC41DA;
}
</style>