Shades of Medium Orchid #CC3DDA
Tints of Medium Orchid #CC3DDA
RGB
CMYK
RGB Variations
Color information
#CC3DDA (or 0xCC3DDA) is known color: Medium Orchid. HEX triplet: CC, 3D and DA. RGB value is (204,61,218). Sum of RGB (Red+Green+Blue) = 204+61+218=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDA is #33C225. Grayscale: #797979. Windows color (decimal): -3392038 or 14302668. OLE color: 14302668.
HSL color Cylindrical-coordinate representation of color #CC3DDA: hue angle of 294.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3DDA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 61 | 218 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.15 |
| HSL | 294.65º | 0.68% | 0.55% | - |
| HSV(B) | 294.65º | 0.72% | 0.85% | - |
| XYZ | 39.23 | 21.24 | 68.36 | - |
| YUV | 121.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 218 | 0.06 | 0.72 | 0 | 0.15 | 294.65 | 0.68 | 0.55 |
| Hex | CC | 3D | DA | 6 | 48 | 0 | F | 127 | 44 | 37 |
| Octal | 314 | 75 | 332 | 6 | 110 | 0 | 17 | 447 | 104 | 67 |
| Binary | 11001100 | 111101 | 11011010 | 110 | 1001000 | 0 | 1111 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CC3DDA
Complementary color
Monochromatic Colors of #CC3DDA
Black with #CC3DDA
Text Example
Text Example
White with #CC3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DDA; }
p { color: rgb(204,61,218); }
H1.HeaderClassName
{
color: #CC3DDA;
}
.AnyTagClassName
{
color: #CC3DDA;
}
</style>
background-color css
<style>
a { background-color: #CC3DDA; }
a { background-color: rgb(204,61,218); }
div.DivClassName
{
background-color: #CC3DDA;
}
.BgClassName
{
background-color: #CC3DDA;
}
</style>
border-color css
<style>
span { border-color: #CC3DDA; }
span { border-color: rgb(204,61,218); }
td.TdClassName
{
border-color: #CC3DDA;
}
.TagClassName
{
border-color: #CC3DDA;
}
</style>