Shades of Orchid #CC63D6
Tints of Orchid #CC63D6
RGB
CMYK
RGB Variations
Color information
#CC63D6 (or 0xCC63D6) is known color: Orchid. HEX triplet: CC, 63 and D6. RGB value is (204,99,214). Sum of RGB (Red+Green+Blue) = 204+99+214=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC63D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D6 is #339C29. Grayscale: #8F8F8F. Windows color (decimal): -3382314 or 14050252. OLE color: 14050252.
HSL color Cylindrical-coordinate representation of color #CC63D6: hue angle of 294.78º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC63D6 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 99 | 214 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.16 |
| HSL | 294.78º | 0.58% | 0.61% | - |
| HSV(B) | 294.78º | 0.54% | 0.84% | - |
| XYZ | 41.5 | 26.62 | 66.57 | - |
| YUV | 143.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 214 | 0.05 | 0.54 | 0 | 0.16 | 294.78 | 0.58 | 0.61 |
| Hex | CC | 63 | D6 | 5 | 36 | 0 | 10 | 127 | 3A | 3D |
| Octal | 314 | 143 | 326 | 5 | 66 | 0 | 20 | 447 | 72 | 75 |
| Binary | 11001100 | 1100011 | 11010110 | 101 | 110110 | 0 | 10000 | 100100111 | 111010 | 111101 |
Color Harmonies of #CC63D6
Complementary color
Monochromatic Colors of #CC63D6
Black with #CC63D6
Text Example
Text Example
White with #CC63D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63D6; }
p { color: rgb(204,99,214); }
H1.HeaderClassName
{
color: #CC63D6;
}
.AnyTagClassName
{
color: #CC63D6;
}
</style>
background-color css
<style>
a { background-color: #CC63D6; }
a { background-color: rgb(204,99,214); }
div.DivClassName
{
background-color: #CC63D6;
}
.BgClassName
{
background-color: #CC63D6;
}
</style>
border-color css
<style>
span { border-color: #CC63D6; }
span { border-color: rgb(204,99,214); }
td.TdClassName
{
border-color: #CC63D6;
}
.TagClassName
{
border-color: #CC63D6;
}
</style>