Shades of Orchid #CC64D8
Tints of Orchid #CC64D8
RGB
CMYK
RGB Variations
Color information
#CC64D8 (or 0xCC64D8) is known color: Orchid. HEX triplet: CC, 64 and D8. RGB value is (204,100,216). Sum of RGB (Red+Green+Blue) = 204+100+216=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC64D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64D8 is #339B27. Grayscale: #8F8F8F. Windows color (decimal): -3382056 or 14181580. OLE color: 14181580.
HSL color Cylindrical-coordinate representation of color #CC64D8: hue angle of 293.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC64D8 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 100 | 216 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.15 |
| HSL | 293.79º | 0.6% | 0.62% | - |
| HSV(B) | 293.79º | 0.54% | 0.85% | - |
| XYZ | 41.85 | 26.91 | 67.95 | - |
| YUV | 144.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 216 | 0.06 | 0.54 | 0 | 0.15 | 293.79 | 0.6 | 0.62 |
| Hex | CC | 64 | D8 | 6 | 36 | 0 | F | 126 | 3C | 3E |
| Octal | 314 | 144 | 330 | 6 | 66 | 0 | 17 | 446 | 74 | 76 |
| Binary | 11001100 | 1100100 | 11011000 | 110 | 110110 | 0 | 1111 | 100100110 | 111100 | 111110 |
Color Harmonies of #CC64D8
Complementary color
Monochromatic Colors of #CC64D8
Black with #CC64D8
Text Example
Text Example
White with #CC64D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64D8; }
p { color: rgb(204,100,216); }
H1.HeaderClassName
{
color: #CC64D8;
}
.AnyTagClassName
{
color: #CC64D8;
}
</style>
background-color css
<style>
a { background-color: #CC64D8; }
a { background-color: rgb(204,100,216); }
div.DivClassName
{
background-color: #CC64D8;
}
.BgClassName
{
background-color: #CC64D8;
}
</style>
border-color css
<style>
span { border-color: #CC64D8; }
span { border-color: rgb(204,100,216); }
td.TdClassName
{
border-color: #CC64D8;
}
.TagClassName
{
border-color: #CC64D8;
}
</style>