Shades of Orchid #CC63DB
Tints of Orchid #CC63DB
RGB
CMYK
RGB Variations
Color information
#CC63DB (or 0xCC63DB) is known color: Orchid. HEX triplet: CC, 63 and DB. RGB value is (204,99,219). Sum of RGB (Red+Green+Blue) = 204+99+219=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63DB is #339C24. Grayscale: #8F8F8F. Windows color (decimal): -3382309 or 14377932. OLE color: 14377932.
HSL color Cylindrical-coordinate representation of color #CC63DB: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC63DB is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 99 | 219 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.14 |
| HSL | 292.5º | 0.63% | 0.62% | - |
| HSV(B) | 292.5º | 0.55% | 0.86% | - |
| XYZ | 42.15 | 26.88 | 69.98 | - |
| YUV | 144.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 219 | 0.07 | 0.55 | 0 | 0.14 | 292.5 | 0.63 | 0.62 |
| Hex | CC | 63 | DB | 7 | 37 | 0 | E | 124 | 3E | 3E |
| Octal | 314 | 143 | 333 | 7 | 67 | 0 | 16 | 444 | 76 | 76 |
| Binary | 11001100 | 1100011 | 11011011 | 111 | 110111 | 0 | 1110 | 100100100 | 111110 | 111110 |
Color Harmonies of #CC63DB
Complementary color
Monochromatic Colors of #CC63DB
Black with #CC63DB
Text Example
Text Example
White with #CC63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63DB; }
p { color: rgb(204,99,219); }
H1.HeaderClassName
{
color: #CC63DB;
}
.AnyTagClassName
{
color: #CC63DB;
}
</style>
background-color css
<style>
a { background-color: #CC63DB; }
a { background-color: rgb(204,99,219); }
div.DivClassName
{
background-color: #CC63DB;
}
.BgClassName
{
background-color: #CC63DB;
}
</style>
border-color css
<style>
span { border-color: #CC63DB; }
span { border-color: rgb(204,99,219); }
td.TdClassName
{
border-color: #CC63DB;
}
.TagClassName
{
border-color: #CC63DB;
}
</style>