Shades of Medium Orchid #CC4ADB
Tints of Medium Orchid #CC4ADB
RGB
CMYK
RGB Variations
Color information
#CC4ADB (or 0xCC4ADB) is known color: Medium Orchid. HEX triplet: CC, 4A and DB. RGB value is (204,74,219). Sum of RGB (Red+Green+Blue) = 204+74+219=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ADB is #33B524. Grayscale: #808080. Windows color (decimal): -3388709 or 14371532. OLE color: 14371532.
HSL color Cylindrical-coordinate representation of color #CC4ADB: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4ADB is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 74 | 219 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.14 |
| HSL | 293.79º | 0.67% | 0.57% | - |
| HSV(B) | 293.79º | 0.66% | 0.86% | - |
| XYZ | 40.14 | 22.85 | 69.31 | - |
| YUV | 129.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 219 | 0.07 | 0.66 | 0 | 0.14 | 293.79 | 0.67 | 0.57 |
| Hex | CC | 4A | DB | 7 | 42 | 0 | E | 126 | 43 | 39 |
| Octal | 314 | 112 | 333 | 7 | 102 | 0 | 16 | 446 | 103 | 71 |
| Binary | 11001100 | 1001010 | 11011011 | 111 | 1000010 | 0 | 1110 | 100100110 | 1000011 | 111001 |
Color Harmonies of #CC4ADB
Complementary color
Monochromatic Colors of #CC4ADB
Black with #CC4ADB
Text Example
Text Example
White with #CC4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ADB; }
p { color: rgb(204,74,219); }
H1.HeaderClassName
{
color: #CC4ADB;
}
.AnyTagClassName
{
color: #CC4ADB;
}
</style>
background-color css
<style>
a { background-color: #CC4ADB; }
a { background-color: rgb(204,74,219); }
div.DivClassName
{
background-color: #CC4ADB;
}
.BgClassName
{
background-color: #CC4ADB;
}
</style>
border-color css
<style>
span { border-color: #CC4ADB; }
span { border-color: rgb(204,74,219); }
td.TdClassName
{
border-color: #CC4ADB;
}
.TagClassName
{
border-color: #CC4ADB;
}
</style>