Shades of Orchid #CC6BDB
Tints of Orchid #CC6BDB
RGB
CMYK
RGB Variations
Color information
#CC6BDB (or 0xCC6BDB) is known color: Orchid. HEX triplet: CC, 6B and DB. RGB value is (204,107,219). Sum of RGB (Red+Green+Blue) = 204+107+219=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BDB is #339424. Grayscale: #949494. Windows color (decimal): -3380261 or 14379980. OLE color: 14379980.
HSL color Cylindrical-coordinate representation of color #CC6BDB: hue angle of 291.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6BDB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 107 | 219 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.14 |
| HSL | 291.96º | 0.61% | 0.64% | - |
| HSV(B) | 291.96º | 0.51% | 0.86% | - |
| XYZ | 42.95 | 28.47 | 70.25 | - |
| YUV | 148.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 219 | 0.07 | 0.51 | 0 | 0.14 | 291.96 | 0.61 | 0.64 |
| Hex | CC | 6B | DB | 7 | 33 | 0 | E | 124 | 3D | 40 |
| Octal | 314 | 153 | 333 | 7 | 63 | 0 | 16 | 444 | 75 | 100 |
| Binary | 11001100 | 1101011 | 11011011 | 111 | 110011 | 0 | 1110 | 100100100 | 111101 | 1000000 |
Color Harmonies of #CC6BDB
Complementary color
Monochromatic Colors of #CC6BDB
Black with #CC6BDB
Text Example
Text Example
White with #CC6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BDB; }
p { color: rgb(204,107,219); }
H1.HeaderClassName
{
color: #CC6BDB;
}
.AnyTagClassName
{
color: #CC6BDB;
}
</style>
background-color css
<style>
a { background-color: #CC6BDB; }
a { background-color: rgb(204,107,219); }
div.DivClassName
{
background-color: #CC6BDB;
}
.BgClassName
{
background-color: #CC6BDB;
}
</style>
border-color css
<style>
span { border-color: #CC6BDB; }
span { border-color: rgb(204,107,219); }
td.TdClassName
{
border-color: #CC6BDB;
}
.TagClassName
{
border-color: #CC6BDB;
}
</style>