Shades of Medium Orchid #CC63EA
Tints of Medium Orchid #CC63EA
RGB
CMYK
RGB Variations
Color information
#CC63EA (or 0xCC63EA) is known color: Medium Orchid. HEX triplet: CC, 63 and EA. RGB value is (204,99,234). Sum of RGB (Red+Green+Blue) = 204+99+234=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC63EA is #339C15. Grayscale: #919191. Windows color (decimal): -3382294 or 15360972. OLE color: 15360972.
HSL color Cylindrical-coordinate representation of color #CC63EA: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC63EA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 99 | 234 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.08 |
| HSL | 286.67º | 0.76% | 0.65% | - |
| HSV(B) | 286.67º | 0.58% | 0.92% | - |
| XYZ | 44.21 | 27.7 | 80.86 | - |
| YUV | 145.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 234 | 0.13 | 0.58 | 0 | 0.08 | 286.67 | 0.76 | 0.65 |
| Hex | CC | 63 | EA | D | 3A | 0 | 8 | 11F | 4C | 41 |
| Octal | 314 | 143 | 352 | 15 | 72 | 0 | 10 | 437 | 114 | 101 |
| Binary | 11001100 | 1100011 | 11101010 | 1101 | 111010 | 0 | 1000 | 100011111 | 1001100 | 1000001 |
Color Harmonies of #CC63EA
Complementary color
Monochromatic Colors of #CC63EA
Black with #CC63EA
Text Example
Text Example
White with #CC63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63EA; }
p { color: rgb(204,99,234); }
H1.HeaderClassName
{
color: #CC63EA;
}
.AnyTagClassName
{
color: #CC63EA;
}
</style>
background-color css
<style>
a { background-color: #CC63EA; }
a { background-color: rgb(204,99,234); }
div.DivClassName
{
background-color: #CC63EA;
}
.BgClassName
{
background-color: #CC63EA;
}
</style>
border-color css
<style>
span { border-color: #CC63EA; }
span { border-color: rgb(204,99,234); }
td.TdClassName
{
border-color: #CC63EA;
}
.TagClassName
{
border-color: #CC63EA;
}
</style>