Shades of Orchid #CC6ADD
Tints of Orchid #CC6ADD
RGB
CMYK
RGB Variations
Color information
#CC6ADD (or 0xCC6ADD) is known color: Orchid. HEX triplet: CC, 6A and DD. RGB value is (204,106,221). Sum of RGB (Red+Green+Blue) = 204+106+221=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ADD is #339522. Grayscale: #949494. Windows color (decimal): -3380515 or 14510796. OLE color: 14510796.
HSL color Cylindrical-coordinate representation of color #CC6ADD: hue angle of 291.13º degrees, saturation: 0.63, 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 #CC6ADD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 106 | 221 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.13 |
| HSL | 291.13º | 0.63% | 0.64% | - |
| HSV(B) | 291.13º | 0.52% | 0.87% | - |
| XYZ | 43.11 | 28.37 | 71.61 | - |
| YUV | 148.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 221 | 0.08 | 0.52 | 0 | 0.13 | 291.13 | 0.63 | 0.64 |
| Hex | CC | 6A | DD | 8 | 34 | 0 | D | 123 | 3F | 40 |
| Octal | 314 | 152 | 335 | 10 | 64 | 0 | 15 | 443 | 77 | 100 |
| Binary | 11001100 | 1101010 | 11011101 | 1000 | 110100 | 0 | 1101 | 100100011 | 111111 | 1000000 |
Color Harmonies of #CC6ADD
Complementary color
Monochromatic Colors of #CC6ADD
Black with #CC6ADD
Text Example
Text Example
White with #CC6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ADD; }
p { color: rgb(204,106,221); }
H1.HeaderClassName
{
color: #CC6ADD;
}
.AnyTagClassName
{
color: #CC6ADD;
}
</style>
background-color css
<style>
a { background-color: #CC6ADD; }
a { background-color: rgb(204,106,221); }
div.DivClassName
{
background-color: #CC6ADD;
}
.BgClassName
{
background-color: #CC6ADD;
}
</style>
border-color css
<style>
span { border-color: #CC6ADD; }
span { border-color: rgb(204,106,221); }
td.TdClassName
{
border-color: #CC6ADD;
}
.TagClassName
{
border-color: #CC6ADD;
}
</style>