Shades of Medium Orchid #CC66E8
Tints of Medium Orchid #CC66E8
RGB
CMYK
RGB Variations
Color information
#CC66E8 (or 0xCC66E8) is known color: Medium Orchid. HEX triplet: CC, 66 and E8. RGB value is (204,102,232). Sum of RGB (Red+Green+Blue) = 204+102+232=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66E8 is #339917. Grayscale: #929292. Windows color (decimal): -3381528 or 15230668. OLE color: 15230668.
HSL color Cylindrical-coordinate representation of color #CC66E8: hue angle of 287.08º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC66E8 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 102 | 232 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.09 |
| HSL | 287.08º | 0.74% | 0.65% | - |
| HSV(B) | 287.08º | 0.56% | 0.91% | - |
| XYZ | 44.22 | 28.17 | 79.45 | - |
| YUV | 147.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 232 | 0.12 | 0.56 | 0 | 0.09 | 287.08 | 0.74 | 0.65 |
| Hex | CC | 66 | E8 | C | 38 | 0 | 9 | 11F | 4A | 41 |
| Octal | 314 | 146 | 350 | 14 | 70 | 0 | 11 | 437 | 112 | 101 |
| Binary | 11001100 | 1100110 | 11101000 | 1100 | 111000 | 0 | 1001 | 100011111 | 1001010 | 1000001 |
Color Harmonies of #CC66E8
Complementary color
Monochromatic Colors of #CC66E8
Black with #CC66E8
Text Example
Text Example
White with #CC66E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66E8; }
p { color: rgb(204,102,232); }
H1.HeaderClassName
{
color: #CC66E8;
}
.AnyTagClassName
{
color: #CC66E8;
}
</style>
background-color css
<style>
a { background-color: #CC66E8; }
a { background-color: rgb(204,102,232); }
div.DivClassName
{
background-color: #CC66E8;
}
.BgClassName
{
background-color: #CC66E8;
}
</style>
border-color css
<style>
span { border-color: #CC66E8; }
span { border-color: rgb(204,102,232); }
td.TdClassName
{
border-color: #CC66E8;
}
.TagClassName
{
border-color: #CC66E8;
}
</style>