Shades of Medium Orchid #CC63E6
Tints of Medium Orchid #CC63E6
RGB
CMYK
RGB Variations
Color information
#CC63E6 (or 0xCC63E6) is known color: Medium Orchid. HEX triplet: CC, 63 and E6. RGB value is (204,99,230). Sum of RGB (Red+Green+Blue) = 204+99+230=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63E6 is #339C19. Grayscale: #909090. Windows color (decimal): -3382298 or 15098828. OLE color: 15098828.
HSL color Cylindrical-coordinate representation of color #CC63E6: hue angle of 288.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC63E6 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 99 | 230 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.10 |
| HSL | 288.09º | 0.72% | 0.65% | - |
| HSV(B) | 288.09º | 0.57% | 0.9% | - |
| XYZ | 43.65 | 27.47 | 77.87 | - |
| YUV | 145.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 230 | 0.11 | 0.57 | 0 | 0.10 | 288.09 | 0.72 | 0.65 |
| Hex | CC | 63 | E6 | B | 39 | 0 | A | 120 | 48 | 41 |
| Octal | 314 | 143 | 346 | 13 | 71 | 0 | 12 | 440 | 110 | 101 |
| Binary | 11001100 | 1100011 | 11100110 | 1011 | 111001 | 0 | 1010 | 100100000 | 1001000 | 1000001 |
Color Harmonies of #CC63E6
Complementary color
Monochromatic Colors of #CC63E6
Black with #CC63E6
Text Example
Text Example
White with #CC63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63E6; }
p { color: rgb(204,99,230); }
H1.HeaderClassName
{
color: #CC63E6;
}
.AnyTagClassName
{
color: #CC63E6;
}
</style>
background-color css
<style>
a { background-color: #CC63E6; }
a { background-color: rgb(204,99,230); }
div.DivClassName
{
background-color: #CC63E6;
}
.BgClassName
{
background-color: #CC63E6;
}
</style>
border-color css
<style>
span { border-color: #CC63E6; }
span { border-color: rgb(204,99,230); }
td.TdClassName
{
border-color: #CC63E6;
}
.TagClassName
{
border-color: #CC63E6;
}
</style>