Shades of Medium Orchid #CC3DE8
Tints of Medium Orchid #CC3DE8
RGB
CMYK
RGB Variations
Color information
#CC3DE8 (or 0xCC3DE8) is known color: Medium Orchid. HEX triplet: CC, 3D and E8. RGB value is (204,61,232). Sum of RGB (Red+Green+Blue) = 204+61+232=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC3DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DE8 is #33C217. Grayscale: #7A7A7A. Windows color (decimal): -3392024 or 15220172. OLE color: 15220172.
HSL color Cylindrical-coordinate representation of color #CC3DE8: hue angle of 290.18º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3DE8 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 61 | 232 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.09 |
| HSL | 290.18º | 0.79% | 0.57% | - |
| HSV(B) | 290.18º | 0.74% | 0.91% | - |
| XYZ | 41.14 | 22 | 78.42 | - |
| YUV | 123.25 | 189.38 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 232 | 0.12 | 0.74 | 0 | 0.09 | 290.18 | 0.79 | 0.57 |
| Hex | CC | 3D | E8 | C | 4A | 0 | 9 | 122 | 4F | 39 |
| Octal | 314 | 75 | 350 | 14 | 112 | 0 | 11 | 442 | 117 | 71 |
| Binary | 11001100 | 111101 | 11101000 | 1100 | 1001010 | 0 | 1001 | 100100010 | 1001111 | 111001 |
Color Harmonies of #CC3DE8
Complementary color
Monochromatic Colors of #CC3DE8
Black with #CC3DE8
Text Example
Text Example
White with #CC3DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DE8; }
p { color: rgb(204,61,232); }
H1.HeaderClassName
{
color: #CC3DE8;
}
.AnyTagClassName
{
color: #CC3DE8;
}
</style>
background-color css
<style>
a { background-color: #CC3DE8; }
a { background-color: rgb(204,61,232); }
div.DivClassName
{
background-color: #CC3DE8;
}
.BgClassName
{
background-color: #CC3DE8;
}
</style>
border-color css
<style>
span { border-color: #CC3DE8; }
span { border-color: rgb(204,61,232); }
td.TdClassName
{
border-color: #CC3DE8;
}
.TagClassName
{
border-color: #CC3DE8;
}
</style>