Shades of Medium Orchid #CC63E2
Tints of Medium Orchid #CC63E2
RGB
CMYK
RGB Variations
Color information
#CC63E2 (or 0xCC63E2) is known color: Medium Orchid. HEX triplet: CC, 63 and E2. RGB value is (204,99,226). Sum of RGB (Red+Green+Blue) = 204+99+226=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC63E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63E2 is #339C1D. Grayscale: #909090. Windows color (decimal): -3382302 or 14836684. OLE color: 14836684.
HSL color Cylindrical-coordinate representation of color #CC63E2: hue angle of 289.61º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC63E2 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 99 | 226 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.11 |
| HSL | 289.61º | 0.69% | 0.64% | - |
| HSV(B) | 289.61º | 0.56% | 0.89% | - |
| XYZ | 43.09 | 27.25 | 74.94 | - |
| YUV | 144.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 226 | 0.10 | 0.56 | 0 | 0.11 | 289.61 | 0.69 | 0.64 |
| Hex | CC | 63 | E2 | A | 38 | 0 | B | 122 | 45 | 40 |
| Octal | 314 | 143 | 342 | 12 | 70 | 0 | 13 | 442 | 105 | 100 |
| Binary | 11001100 | 1100011 | 11100010 | 1010 | 111000 | 0 | 1011 | 100100010 | 1000101 | 1000000 |
Color Harmonies of #CC63E2
Complementary color
Monochromatic Colors of #CC63E2
Black with #CC63E2
Text Example
Text Example
White with #CC63E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63E2; }
p { color: rgb(204,99,226); }
H1.HeaderClassName
{
color: #CC63E2;
}
.AnyTagClassName
{
color: #CC63E2;
}
</style>
background-color css
<style>
a { background-color: #CC63E2; }
a { background-color: rgb(204,99,226); }
div.DivClassName
{
background-color: #CC63E2;
}
.BgClassName
{
background-color: #CC63E2;
}
</style>
border-color css
<style>
span { border-color: #CC63E2; }
span { border-color: rgb(204,99,226); }
td.TdClassName
{
border-color: #CC63E2;
}
.TagClassName
{
border-color: #CC63E2;
}
</style>