Shades of Orchid #CC6ADC
Tints of Orchid #CC6ADC
RGB
CMYK
RGB Variations
Color information
#CC6ADC (or 0xCC6ADC) is known color: Orchid. HEX triplet: CC, 6A and DC. RGB value is (204,106,220). Sum of RGB (Red+Green+Blue) = 204+106+220=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ADC is #339523. Grayscale: #939393. Windows color (decimal): -3380516 or 14445260. OLE color: 14445260.
HSL color Cylindrical-coordinate representation of color #CC6ADC: hue angle of 291.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6ADC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 106 | 220 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.14 |
| HSL | 291.58º | 0.62% | 0.64% | - |
| HSV(B) | 291.58º | 0.52% | 0.86% | - |
| XYZ | 42.97 | 28.31 | 70.91 | - |
| YUV | 148.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 220 | 0.07 | 0.52 | 0 | 0.14 | 291.58 | 0.62 | 0.64 |
| Hex | CC | 6A | DC | 7 | 34 | 0 | E | 124 | 3E | 40 |
| Octal | 314 | 152 | 334 | 7 | 64 | 0 | 16 | 444 | 76 | 100 |
| Binary | 11001100 | 1101010 | 11011100 | 111 | 110100 | 0 | 1110 | 100100100 | 111110 | 1000000 |
Color Harmonies of #CC6ADC
Complementary color
Monochromatic Colors of #CC6ADC
Black with #CC6ADC
Text Example
Text Example
White with #CC6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ADC; }
p { color: rgb(204,106,220); }
H1.HeaderClassName
{
color: #CC6ADC;
}
.AnyTagClassName
{
color: #CC6ADC;
}
</style>
background-color css
<style>
a { background-color: #CC6ADC; }
a { background-color: rgb(204,106,220); }
div.DivClassName
{
background-color: #CC6ADC;
}
.BgClassName
{
background-color: #CC6ADC;
}
</style>
border-color css
<style>
span { border-color: #CC6ADC; }
span { border-color: rgb(204,106,220); }
td.TdClassName
{
border-color: #CC6ADC;
}
.TagClassName
{
border-color: #CC6ADC;
}
</style>