Shades of Medium Orchid #CC41DB
Tints of Medium Orchid #CC41DB
RGB
CMYK
RGB Variations
Color information
#CC41DB (or 0xCC41DB) is known color: Medium Orchid. HEX triplet: CC, 41 and DB. RGB value is (204,65,219). Sum of RGB (Red+Green+Blue) = 204+65+219=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41DB is #33BE24. Grayscale: #7B7B7B. Windows color (decimal): -3391013 or 14369228. OLE color: 14369228.
HSL color Cylindrical-coordinate representation of color #CC41DB: hue angle of 294.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC41DB is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 65 | 219 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.14 |
| HSL | 294.16º | 0.68% | 0.56% | - |
| HSV(B) | 294.16º | 0.7% | 0.86% | - |
| XYZ | 39.58 | 21.73 | 69.13 | - |
| YUV | 124.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 219 | 0.07 | 0.70 | 0 | 0.14 | 294.16 | 0.68 | 0.56 |
| Hex | CC | 41 | DB | 7 | 46 | 0 | E | 126 | 44 | 38 |
| Octal | 314 | 101 | 333 | 7 | 106 | 0 | 16 | 446 | 104 | 70 |
| Binary | 11001100 | 1000001 | 11011011 | 111 | 1000110 | 0 | 1110 | 100100110 | 1000100 | 111000 |
Color Harmonies of #CC41DB
Complementary color
Monochromatic Colors of #CC41DB
Black with #CC41DB
Text Example
Text Example
White with #CC41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41DB; }
p { color: rgb(204,65,219); }
H1.HeaderClassName
{
color: #CC41DB;
}
.AnyTagClassName
{
color: #CC41DB;
}
</style>
background-color css
<style>
a { background-color: #CC41DB; }
a { background-color: rgb(204,65,219); }
div.DivClassName
{
background-color: #CC41DB;
}
.BgClassName
{
background-color: #CC41DB;
}
</style>
border-color css
<style>
span { border-color: #CC41DB; }
span { border-color: rgb(204,65,219); }
td.TdClassName
{
border-color: #CC41DB;
}
.TagClassName
{
border-color: #CC41DB;
}
</style>