Shades of Medium Orchid #CC3EDE
Tints of Medium Orchid #CC3EDE
RGB
CMYK
RGB Variations
Color information
#CC3EDE (or 0xCC3EDE) is known color: Medium Orchid. HEX triplet: CC, 3E and DE. RGB value is (204,62,222). Sum of RGB (Red+Green+Blue) = 204+62+222=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC3EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EDE is #33C121. Grayscale: #7A7A7A. Windows color (decimal): -3391778 or 14565068. OLE color: 14565068.
HSL color Cylindrical-coordinate representation of color #CC3EDE: hue angle of 293.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3EDE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 62 | 222 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.13 |
| HSL | 293.25º | 0.71% | 0.56% | - |
| HSV(B) | 293.25º | 0.72% | 0.87% | - |
| XYZ | 39.81 | 21.56 | 71.17 | - |
| YUV | 122.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 222 | 0.08 | 0.72 | 0 | 0.13 | 293.25 | 0.71 | 0.56 |
| Hex | CC | 3E | DE | 8 | 48 | 0 | D | 125 | 47 | 38 |
| Octal | 314 | 76 | 336 | 10 | 110 | 0 | 15 | 445 | 107 | 70 |
| Binary | 11001100 | 111110 | 11011110 | 1000 | 1001000 | 0 | 1101 | 100100101 | 1000111 | 111000 |
Color Harmonies of #CC3EDE
Complementary color
Monochromatic Colors of #CC3EDE
Black with #CC3EDE
Text Example
Text Example
White with #CC3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3EDE; }
p { color: rgb(204,62,222); }
H1.HeaderClassName
{
color: #CC3EDE;
}
.AnyTagClassName
{
color: #CC3EDE;
}
</style>
background-color css
<style>
a { background-color: #CC3EDE; }
a { background-color: rgb(204,62,222); }
div.DivClassName
{
background-color: #CC3EDE;
}
.BgClassName
{
background-color: #CC3EDE;
}
</style>
border-color css
<style>
span { border-color: #CC3EDE; }
span { border-color: rgb(204,62,222); }
td.TdClassName
{
border-color: #CC3EDE;
}
.TagClassName
{
border-color: #CC3EDE;
}
</style>