Shades of Orchid #CC6CC9
Tints of Orchid #CC6CC9
RGB
CMYK
RGB Variations
Color information
#CC6CC9 (or 0xCC6CC9) is known color: Orchid. HEX triplet: CC, 6C and C9. RGB value is (204,108,201). Sum of RGB (Red+Green+Blue) = 204+108+201=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CC9 is #339336. Grayscale: #939393. Windows color (decimal): -3380023 or 13200588. OLE color: 13200588.
HSL color Cylindrical-coordinate representation of color #CC6CC9: hue angle of 301.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6CC9 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 201 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.2 |
| HSL | 301.88º | 0.48% | 0.61% | - |
| HSV(B) | 301.88º | 0.47% | 0.8% | - |
| XYZ | 40.81 | 27.78 | 58.47 | - |
| YUV | 147.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 201 | 0 | 0.47 | 0.01 | 0.2 | 301.88 | 0.48 | 0.61 |
| Hex | CC | 6C | C9 | 0 | 2F | 1 | 14 | 12E | 30 | 3D |
| Octal | 314 | 154 | 311 | 0 | 57 | 1 | 24 | 456 | 60 | 75 |
| Binary | 11001100 | 1101100 | 11001001 | 0 | 101111 | 1 | 10100 | 100101110 | 110000 | 111101 |
Color Harmonies of #CC6CC9
Complementary color
Monochromatic Colors of #CC6CC9
Black with #CC6CC9
Text Example
Text Example
White with #CC6CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CC9; }
p { color: rgb(204,108,201); }
H1.HeaderClassName
{
color: #CC6CC9;
}
.AnyTagClassName
{
color: #CC6CC9;
}
</style>
background-color css
<style>
a { background-color: #CC6CC9; }
a { background-color: rgb(204,108,201); }
div.DivClassName
{
background-color: #CC6CC9;
}
.BgClassName
{
background-color: #CC6CC9;
}
</style>
border-color css
<style>
span { border-color: #CC6CC9; }
span { border-color: rgb(204,108,201); }
td.TdClassName
{
border-color: #CC6CC9;
}
.TagClassName
{
border-color: #CC6CC9;
}
</style>