Shades of Medium Orchid #CC4DDA
Tints of Medium Orchid #CC4DDA
RGB
CMYK
RGB Variations
Color information
#CC4DDA (or 0xCC4DDA) is known color: Medium Orchid. HEX triplet: CC, 4D and DA. RGB value is (204,77,218). Sum of RGB (Red+Green+Blue) = 204+77+218=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DDA is #33B225. Grayscale: #828282. Windows color (decimal): -3387942 or 14306764. OLE color: 14306764.
HSL color Cylindrical-coordinate representation of color #CC4DDA: hue angle of 294.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4DDA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 77 | 218 | - |
CMYK | 0.06 | 0.65 | 0 | 0.15 |
HSL | 294.04º | 0.66% | 0.58% | - |
HSV(B) | 294.04º | 0.65% | 0.85% | - |
XYZ | 40.21 | 23.21 | 68.69 | - |
YUV | 131.05 | 177.08 | 180.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 77 | 218 | 0.06 | 0.65 | 0 | 0.15 | 294.04 | 0.66 | 0.58 |
Hex | CC | 4D | DA | 6 | 41 | 0 | F | 126 | 42 | 3A |
Octal | 314 | 115 | 332 | 6 | 101 | 0 | 17 | 446 | 102 | 72 |
Binary | 11001100 | 1001101 | 11011010 | 110 | 1000001 | 0 | 1111 | 100100110 | 1000010 | 111010 |
Color Harmonies of #CC4DDA
Complementary color
Monochromatic Colors of #CC4DDA
Black with #CC4DDA
Text Example
Text Example
White with #CC4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DDA; }
p { color: rgb(204,77,218); }
H1.HeaderClassName
{
color: #CC4DDA;
}
.AnyTagClassName
{
color: #CC4DDA;
}
</style>
background-color css
<style>
a { background-color: #CC4DDA; }
a { background-color: rgb(204,77,218); }
div.DivClassName
{
background-color: #CC4DDA;
}
.BgClassName
{
background-color: #CC4DDA;
}
</style>
border-color css
<style>
span { border-color: #CC4DDA; }
span { border-color: rgb(204,77,218); }
td.TdClassName
{
border-color: #CC4DDA;
}
.TagClassName
{
border-color: #CC4DDA;
}
</style>