Shades of Medium Orchid #CC63E4
Tints of Medium Orchid #CC63E4
RGB
CMYK
RGB Variations
Color information
#CC63E4 (or 0xCC63E4) is known color: Medium Orchid. HEX triplet: CC, 63 and E4. RGB value is (204,99,228). Sum of RGB (Red+Green+Blue) = 204+99+228=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC63E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63E4 is #339C1B. Grayscale: #909090. Windows color (decimal): -3382300 or 14967756. OLE color: 14967756.
HSL color Cylindrical-coordinate representation of color #CC63E4: hue angle of 288.84º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC63E4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 99 | 228 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.11 |
| HSL | 288.84º | 0.7% | 0.64% | - |
| HSV(B) | 288.84º | 0.57% | 0.89% | - |
| XYZ | 43.37 | 27.36 | 76.39 | - |
| YUV | 145.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 228 | 0.11 | 0.57 | 0 | 0.11 | 288.84 | 0.7 | 0.64 |
| Hex | CC | 63 | E4 | B | 39 | 0 | B | 121 | 46 | 40 |
| Octal | 314 | 143 | 344 | 13 | 71 | 0 | 13 | 441 | 106 | 100 |
| Binary | 11001100 | 1100011 | 11100100 | 1011 | 111001 | 0 | 1011 | 100100001 | 1000110 | 1000000 |
Color Harmonies of #CC63E4
Complementary color
Monochromatic Colors of #CC63E4
Black with #CC63E4
Text Example
Text Example
White with #CC63E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63E4; }
p { color: rgb(204,99,228); }
H1.HeaderClassName
{
color: #CC63E4;
}
.AnyTagClassName
{
color: #CC63E4;
}
</style>
background-color css
<style>
a { background-color: #CC63E4; }
a { background-color: rgb(204,99,228); }
div.DivClassName
{
background-color: #CC63E4;
}
.BgClassName
{
background-color: #CC63E4;
}
</style>
border-color css
<style>
span { border-color: #CC63E4; }
span { border-color: rgb(204,99,228); }
td.TdClassName
{
border-color: #CC63E4;
}
.TagClassName
{
border-color: #CC63E4;
}
</style>