Shades of Orchid #CC6FC9
Tints of Orchid #CC6FC9
RGB
CMYK
RGB Variations
Color information
#CC6FC9 (or 0xCC6FC9) is known color: Orchid. HEX triplet: CC, 6F and C9. RGB value is (204,111,201). Sum of RGB (Red+Green+Blue) = 204+111+201=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FC9 is #339036. Grayscale: #949494. Windows color (decimal): -3379255 or 13201356. OLE color: 13201356.
HSL color Cylindrical-coordinate representation of color #CC6FC9: hue angle of 301.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6FC9 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 201 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.2 |
| HSL | 301.94º | 0.48% | 0.62% | - |
| HSV(B) | 301.94º | 0.46% | 0.8% | - |
| XYZ | 41.13 | 28.42 | 58.58 | - |
| YUV | 149.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 201 | 0 | 0.46 | 0.01 | 0.2 | 301.94 | 0.48 | 0.62 |
| Hex | CC | 6F | C9 | 0 | 2E | 1 | 14 | 12E | 30 | 3E |
| Octal | 314 | 157 | 311 | 0 | 56 | 1 | 24 | 456 | 60 | 76 |
| Binary | 11001100 | 1101111 | 11001001 | 0 | 101110 | 1 | 10100 | 100101110 | 110000 | 111110 |
Color Harmonies of #CC6FC9
Complementary color
Monochromatic Colors of #CC6FC9
Black with #CC6FC9
Text Example
Text Example
White with #CC6FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FC9; }
p { color: rgb(204,111,201); }
H1.HeaderClassName
{
color: #CC6FC9;
}
.AnyTagClassName
{
color: #CC6FC9;
}
</style>
background-color css
<style>
a { background-color: #CC6FC9; }
a { background-color: rgb(204,111,201); }
div.DivClassName
{
background-color: #CC6FC9;
}
.BgClassName
{
background-color: #CC6FC9;
}
</style>
border-color css
<style>
span { border-color: #CC6FC9; }
span { border-color: rgb(204,111,201); }
td.TdClassName
{
border-color: #CC6FC9;
}
.TagClassName
{
border-color: #CC6FC9;
}
</style>