Shades of Orchid #CC63DC
Tints of Orchid #CC63DC
RGB
CMYK
RGB Variations
Color information
#CC63DC (or 0xCC63DC) is known color: Orchid. HEX triplet: CC, 63 and DC. RGB value is (204,99,220). Sum of RGB (Red+Green+Blue) = 204+99+220=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63DC is #339C23. Grayscale: #8F8F8F. Windows color (decimal): -3382308 or 14443468. OLE color: 14443468.
HSL color Cylindrical-coordinate representation of color #CC63DC: hue angle of 292.07º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC63DC is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 99 | 220 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.14 |
| HSL | 292.07º | 0.63% | 0.63% | - |
| HSV(B) | 292.07º | 0.55% | 0.86% | - |
| XYZ | 42.28 | 26.93 | 70.68 | - |
| YUV | 144.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 220 | 0.07 | 0.55 | 0 | 0.14 | 292.07 | 0.63 | 0.63 |
| Hex | CC | 63 | DC | 7 | 37 | 0 | E | 124 | 3F | 3F |
| Octal | 314 | 143 | 334 | 7 | 67 | 0 | 16 | 444 | 77 | 77 |
| Binary | 11001100 | 1100011 | 11011100 | 111 | 110111 | 0 | 1110 | 100100100 | 111111 | 111111 |
Color Harmonies of #CC63DC
Complementary color
Monochromatic Colors of #CC63DC
Black with #CC63DC
Text Example
Text Example
White with #CC63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63DC; }
p { color: rgb(204,99,220); }
H1.HeaderClassName
{
color: #CC63DC;
}
.AnyTagClassName
{
color: #CC63DC;
}
</style>
background-color css
<style>
a { background-color: #CC63DC; }
a { background-color: rgb(204,99,220); }
div.DivClassName
{
background-color: #CC63DC;
}
.BgClassName
{
background-color: #CC63DC;
}
</style>
border-color css
<style>
span { border-color: #CC63DC; }
span { border-color: rgb(204,99,220); }
td.TdClassName
{
border-color: #CC63DC;
}
.TagClassName
{
border-color: #CC63DC;
}
</style>