Shades of Orchid #CC64DB
Tints of Orchid #CC64DB
RGB
CMYK
RGB Variations
Color information
#CC64DB (or 0xCC64DB) is known color: Orchid. HEX triplet: CC, 64 and DB. RGB value is (204,100,219). Sum of RGB (Red+Green+Blue) = 204+100+219=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64DB is #339B24. Grayscale: #909090. Windows color (decimal): -3382053 or 14378188. OLE color: 14378188.
HSL color Cylindrical-coordinate representation of color #CC64DB: hue angle of 292.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC64DB is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 100 | 219 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.14 |
| HSL | 292.44º | 0.62% | 0.63% | - |
| HSV(B) | 292.44º | 0.54% | 0.86% | - |
| XYZ | 42.25 | 27.07 | 70.02 | - |
| YUV | 144.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 219 | 0.07 | 0.54 | 0 | 0.14 | 292.44 | 0.62 | 0.63 |
| Hex | CC | 64 | DB | 7 | 36 | 0 | E | 124 | 3E | 3F |
| Octal | 314 | 144 | 333 | 7 | 66 | 0 | 16 | 444 | 76 | 77 |
| Binary | 11001100 | 1100100 | 11011011 | 111 | 110110 | 0 | 1110 | 100100100 | 111110 | 111111 |
Color Harmonies of #CC64DB
Complementary color
Monochromatic Colors of #CC64DB
Black with #CC64DB
Text Example
Text Example
White with #CC64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64DB; }
p { color: rgb(204,100,219); }
H1.HeaderClassName
{
color: #CC64DB;
}
.AnyTagClassName
{
color: #CC64DB;
}
</style>
background-color css
<style>
a { background-color: #CC64DB; }
a { background-color: rgb(204,100,219); }
div.DivClassName
{
background-color: #CC64DB;
}
.BgClassName
{
background-color: #CC64DB;
}
</style>
border-color css
<style>
span { border-color: #CC64DB; }
span { border-color: rgb(204,100,219); }
td.TdClassName
{
border-color: #CC64DB;
}
.TagClassName
{
border-color: #CC64DB;
}
</style>