Shades of Medium Orchid #CC63E9
Tints of Medium Orchid #CC63E9
RGB
CMYK
RGB Variations
Color information
#CC63E9 (or 0xCC63E9) is known color: Medium Orchid. HEX triplet: CC, 63 and E9. RGB value is (204,99,233). Sum of RGB (Red+Green+Blue) = 204+99+233=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63E9 is #339C16. Grayscale: #919191. Windows color (decimal): -3382295 or 15295436. OLE color: 15295436.
HSL color Cylindrical-coordinate representation of color #CC63E9: hue angle of 287.01º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC63E9 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 99 | 233 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.09 |
| HSL | 287.01º | 0.75% | 0.65% | - |
| HSV(B) | 287.01º | 0.58% | 0.91% | - |
| XYZ | 44.07 | 27.64 | 80.1 | - |
| YUV | 145.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 233 | 0.12 | 0.58 | 0 | 0.09 | 287.01 | 0.75 | 0.65 |
| Hex | CC | 63 | E9 | C | 3A | 0 | 9 | 11F | 4B | 41 |
| Octal | 314 | 143 | 351 | 14 | 72 | 0 | 11 | 437 | 113 | 101 |
| Binary | 11001100 | 1100011 | 11101001 | 1100 | 111010 | 0 | 1001 | 100011111 | 1001011 | 1000001 |
Color Harmonies of #CC63E9
Complementary color
Monochromatic Colors of #CC63E9
Black with #CC63E9
Text Example
Text Example
White with #CC63E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63E9; }
p { color: rgb(204,99,233); }
H1.HeaderClassName
{
color: #CC63E9;
}
.AnyTagClassName
{
color: #CC63E9;
}
</style>
background-color css
<style>
a { background-color: #CC63E9; }
a { background-color: rgb(204,99,233); }
div.DivClassName
{
background-color: #CC63E9;
}
.BgClassName
{
background-color: #CC63E9;
}
</style>
border-color css
<style>
span { border-color: #CC63E9; }
span { border-color: rgb(204,99,233); }
td.TdClassName
{
border-color: #CC63E9;
}
.TagClassName
{
border-color: #CC63E9;
}
</style>