Shades of Orchid #CC6DDF
Tints of Orchid #CC6DDF
RGB
CMYK
RGB Variations
Color information
#CC6DDF (or 0xCC6DDF) is known color: Orchid. HEX triplet: CC, 6D and DF. RGB value is (204,109,223). Sum of RGB (Red+Green+Blue) = 204+109+223=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DDF is #339220. Grayscale: #969696. Windows color (decimal): -3379745 or 14642636. OLE color: 14642636.
HSL color Cylindrical-coordinate representation of color #CC6DDF: hue angle of 290º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6DDF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 109 | 223 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.13 |
| HSL | 290º | 0.64% | 0.65% | - |
| HSV(B) | 290º | 0.51% | 0.87% | - |
| XYZ | 43.69 | 29.1 | 73.13 | - |
| YUV | 150.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 223 | 0.09 | 0.51 | 0 | 0.13 | 290 | 0.64 | 0.65 |
| Hex | CC | 6D | DF | 9 | 33 | 0 | D | 122 | 40 | 41 |
| Octal | 314 | 155 | 337 | 11 | 63 | 0 | 15 | 442 | 100 | 101 |
| Binary | 11001100 | 1101101 | 11011111 | 1001 | 110011 | 0 | 1101 | 100100010 | 1000000 | 1000001 |
Color Harmonies of #CC6DDF
Complementary color
Monochromatic Colors of #CC6DDF
Black with #CC6DDF
Text Example
Text Example
White with #CC6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DDF; }
p { color: rgb(204,109,223); }
H1.HeaderClassName
{
color: #CC6DDF;
}
.AnyTagClassName
{
color: #CC6DDF;
}
</style>
background-color css
<style>
a { background-color: #CC6DDF; }
a { background-color: rgb(204,109,223); }
div.DivClassName
{
background-color: #CC6DDF;
}
.BgClassName
{
background-color: #CC6DDF;
}
</style>
border-color css
<style>
span { border-color: #CC6DDF; }
span { border-color: rgb(204,109,223); }
td.TdClassName
{
border-color: #CC6DDF;
}
.TagClassName
{
border-color: #CC6DDF;
}
</style>