Shades of Orchid #CC6DD0
Tints of Orchid #CC6DD0
RGB
CMYK
RGB Variations
Color information
#CC6DD0 (or 0xCC6DD0) is known color: Orchid. HEX triplet: CC, 6D and D0. RGB value is (204,109,208). Sum of RGB (Red+Green+Blue) = 204+109+208=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DD0 is #33922F. Grayscale: #949494. Windows color (decimal): -3379760 or 13659596. OLE color: 13659596.
HSL color Cylindrical-coordinate representation of color #CC6DD0: hue angle of 297.58º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6DD0 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 109 | 208 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.18 |
| HSL | 297.58º | 0.51% | 0.62% | - |
| HSV(B) | 297.58º | 0.48% | 0.82% | - |
| XYZ | 41.76 | 28.33 | 62.94 | - |
| YUV | 148.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 208 | 0.02 | 0.48 | 0 | 0.18 | 297.58 | 0.51 | 0.62 |
| Hex | CC | 6D | D0 | 2 | 30 | 0 | 12 | 12A | 33 | 3E |
| Octal | 314 | 155 | 320 | 2 | 60 | 0 | 22 | 452 | 63 | 76 |
| Binary | 11001100 | 1101101 | 11010000 | 10 | 110000 | 0 | 10010 | 100101010 | 110011 | 111110 |
Color Harmonies of #CC6DD0
Complementary color
Monochromatic Colors of #CC6DD0
Black with #CC6DD0
Text Example
Text Example
White with #CC6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DD0; }
p { color: rgb(204,109,208); }
H1.HeaderClassName
{
color: #CC6DD0;
}
.AnyTagClassName
{
color: #CC6DD0;
}
</style>
background-color css
<style>
a { background-color: #CC6DD0; }
a { background-color: rgb(204,109,208); }
div.DivClassName
{
background-color: #CC6DD0;
}
.BgClassName
{
background-color: #CC6DD0;
}
</style>
border-color css
<style>
span { border-color: #CC6DD0; }
span { border-color: rgb(204,109,208); }
td.TdClassName
{
border-color: #CC6DD0;
}
.TagClassName
{
border-color: #CC6DD0;
}
</style>