Shades of Orchid #CC6FDD
Tints of Orchid #CC6FDD
RGB
CMYK
RGB Variations
Color information
#CC6FDD (or 0xCC6FDD) is known color: Orchid. HEX triplet: CC, 6F and DD. RGB value is (204,111,221). Sum of RGB (Red+Green+Blue) = 204+111+221=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FDD is #339022. Grayscale: #979797. Windows color (decimal): -3379235 or 14512076. OLE color: 14512076.
HSL color Cylindrical-coordinate representation of color #CC6FDD: hue angle of 290.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6FDD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 111 | 221 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.13 |
| HSL | 290.73º | 0.62% | 0.65% | - |
| HSV(B) | 290.73º | 0.5% | 0.87% | - |
| XYZ | 43.64 | 29.43 | 71.79 | - |
| YUV | 151.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 221 | 0.08 | 0.50 | 0 | 0.13 | 290.73 | 0.62 | 0.65 |
| Hex | CC | 6F | DD | 8 | 32 | 0 | D | 123 | 3E | 41 |
| Octal | 314 | 157 | 335 | 10 | 62 | 0 | 15 | 443 | 76 | 101 |
| Binary | 11001100 | 1101111 | 11011101 | 1000 | 110010 | 0 | 1101 | 100100011 | 111110 | 1000001 |
Color Harmonies of #CC6FDD
Complementary color
Monochromatic Colors of #CC6FDD
Black with #CC6FDD
Text Example
Text Example
White with #CC6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FDD; }
p { color: rgb(204,111,221); }
H1.HeaderClassName
{
color: #CC6FDD;
}
.AnyTagClassName
{
color: #CC6FDD;
}
</style>
background-color css
<style>
a { background-color: #CC6FDD; }
a { background-color: rgb(204,111,221); }
div.DivClassName
{
background-color: #CC6FDD;
}
.BgClassName
{
background-color: #CC6FDD;
}
</style>
border-color css
<style>
span { border-color: #CC6FDD; }
span { border-color: rgb(204,111,221); }
td.TdClassName
{
border-color: #CC6FDD;
}
.TagClassName
{
border-color: #CC6FDD;
}
</style>