Shades of Orchid #CC6ADE
Tints of Orchid #CC6ADE
RGB
CMYK
RGB Variations
Color information
#CC6ADE (or 0xCC6ADE) is known color: Orchid. HEX triplet: CC, 6A and DE. RGB value is (204,106,222). Sum of RGB (Red+Green+Blue) = 204+106+222=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ADE is #339521. Grayscale: #949494. Windows color (decimal): -3380514 or 14576332. OLE color: 14576332.
HSL color Cylindrical-coordinate representation of color #CC6ADE: hue angle of 290.69º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6ADE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 106 | 222 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.13 |
| HSL | 290.69º | 0.64% | 0.64% | - |
| HSV(B) | 290.69º | 0.52% | 0.87% | - |
| XYZ | 43.24 | 28.42 | 72.31 | - |
| YUV | 148.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 222 | 0.08 | 0.52 | 0 | 0.13 | 290.69 | 0.64 | 0.64 |
| Hex | CC | 6A | DE | 8 | 34 | 0 | D | 123 | 40 | 40 |
| Octal | 314 | 152 | 336 | 10 | 64 | 0 | 15 | 443 | 100 | 100 |
| Binary | 11001100 | 1101010 | 11011110 | 1000 | 110100 | 0 | 1101 | 100100011 | 1000000 | 1000000 |
Color Harmonies of #CC6ADE
Complementary color
Monochromatic Colors of #CC6ADE
Black with #CC6ADE
Text Example
Text Example
White with #CC6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ADE; }
p { color: rgb(204,106,222); }
H1.HeaderClassName
{
color: #CC6ADE;
}
.AnyTagClassName
{
color: #CC6ADE;
}
</style>
background-color css
<style>
a { background-color: #CC6ADE; }
a { background-color: rgb(204,106,222); }
div.DivClassName
{
background-color: #CC6ADE;
}
.BgClassName
{
background-color: #CC6ADE;
}
</style>
border-color css
<style>
span { border-color: #CC6ADE; }
span { border-color: rgb(204,106,222); }
td.TdClassName
{
border-color: #CC6ADE;
}
.TagClassName
{
border-color: #CC6ADE;
}
</style>