Shades of Orchid #CC6AD0
Tints of Orchid #CC6AD0
RGB
CMYK
RGB Variations
Color information
#CC6AD0 (or 0xCC6AD0) is known color: Orchid. HEX triplet: CC, 6A and D0. RGB value is (204,106,208). Sum of RGB (Red+Green+Blue) = 204+106+208=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AD0 is #33952F. Grayscale: #929292. Windows color (decimal): -3380528 or 13658828. OLE color: 13658828.
HSL color Cylindrical-coordinate representation of color #CC6AD0: hue angle of 297.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6AD0 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 106 | 208 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.18 |
| HSL | 297.65º | 0.52% | 0.62% | - |
| HSV(B) | 297.65º | 0.49% | 0.82% | - |
| XYZ | 41.44 | 27.7 | 62.84 | - |
| YUV | 146.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 208 | 0.02 | 0.49 | 0 | 0.18 | 297.65 | 0.52 | 0.62 |
| Hex | CC | 6A | D0 | 2 | 31 | 0 | 12 | 12A | 34 | 3E |
| Octal | 314 | 152 | 320 | 2 | 61 | 0 | 22 | 452 | 64 | 76 |
| Binary | 11001100 | 1101010 | 11010000 | 10 | 110001 | 0 | 10010 | 100101010 | 110100 | 111110 |
Color Harmonies of #CC6AD0
Complementary color
Monochromatic Colors of #CC6AD0
Black with #CC6AD0
Text Example
Text Example
White with #CC6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AD0; }
p { color: rgb(204,106,208); }
H1.HeaderClassName
{
color: #CC6AD0;
}
.AnyTagClassName
{
color: #CC6AD0;
}
</style>
background-color css
<style>
a { background-color: #CC6AD0; }
a { background-color: rgb(204,106,208); }
div.DivClassName
{
background-color: #CC6AD0;
}
.BgClassName
{
background-color: #CC6AD0;
}
</style>
border-color css
<style>
span { border-color: #CC6AD0; }
span { border-color: rgb(204,106,208); }
td.TdClassName
{
border-color: #CC6AD0;
}
.TagClassName
{
border-color: #CC6AD0;
}
</style>