Shades of Orchid #CC65DB
Tints of Orchid #CC65DB
RGB
CMYK
RGB Variations
Color information
#CC65DB (or 0xCC65DB) is known color: Orchid. HEX triplet: CC, 65 and DB. RGB value is (204,101,219). Sum of RGB (Red+Green+Blue) = 204+101+219=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65DB is #339A24. Grayscale: #909090. Windows color (decimal): -3381797 or 14378444. OLE color: 14378444.
HSL color Cylindrical-coordinate representation of color #CC65DB: hue angle of 292.37º 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 #CC65DB is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 101 | 219 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.14 |
| HSL | 292.37º | 0.62% | 0.63% | - |
| HSV(B) | 292.37º | 0.54% | 0.86% | - |
| XYZ | 42.34 | 27.26 | 70.05 | - |
| YUV | 145.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 219 | 0.07 | 0.54 | 0 | 0.14 | 292.37 | 0.62 | 0.63 |
| Hex | CC | 65 | DB | 7 | 36 | 0 | E | 124 | 3E | 3F |
| Octal | 314 | 145 | 333 | 7 | 66 | 0 | 16 | 444 | 76 | 77 |
| Binary | 11001100 | 1100101 | 11011011 | 111 | 110110 | 0 | 1110 | 100100100 | 111110 | 111111 |
Color Harmonies of #CC65DB
Complementary color
Monochromatic Colors of #CC65DB
Black with #CC65DB
Text Example
Text Example
White with #CC65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65DB; }
p { color: rgb(204,101,219); }
H1.HeaderClassName
{
color: #CC65DB;
}
.AnyTagClassName
{
color: #CC65DB;
}
</style>
background-color css
<style>
a { background-color: #CC65DB; }
a { background-color: rgb(204,101,219); }
div.DivClassName
{
background-color: #CC65DB;
}
.BgClassName
{
background-color: #CC65DB;
}
</style>
border-color css
<style>
span { border-color: #CC65DB; }
span { border-color: rgb(204,101,219); }
td.TdClassName
{
border-color: #CC65DB;
}
.TagClassName
{
border-color: #CC65DB;
}
</style>