Shades of Orchid #CC6CC1
Tints of Orchid #CC6CC1
RGB
CMYK
RGB Variations
Color information
#CC6CC1 (or 0xCC6CC1) is known color: Orchid. HEX triplet: CC, 6C and C1. RGB value is (204,108,193). Sum of RGB (Red+Green+Blue) = 204+108+193=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CC1 is #33933E. Grayscale: #929292. Windows color (decimal): -3380031 or 12676300. OLE color: 12676300.
HSL color Cylindrical-coordinate representation of color #CC6CC1: hue angle of 306.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 #CC6CC1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 193 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.2 |
| HSL | 306.88º | 0.48% | 0.61% | - |
| HSV(B) | 306.88º | 0.47% | 0.8% | - |
| XYZ | 39.89 | 27.41 | 53.64 | - |
| YUV | 146.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 193 | 0 | 0.47 | 0.05 | 0.2 | 306.88 | 0.48 | 0.61 |
| Hex | CC | 6C | C1 | 0 | 2F | 5 | 14 | 133 | 30 | 3D |
| Octal | 314 | 154 | 301 | 0 | 57 | 5 | 24 | 463 | 60 | 75 |
| Binary | 11001100 | 1101100 | 11000001 | 0 | 101111 | 101 | 10100 | 100110011 | 110000 | 111101 |
Color Harmonies of #CC6CC1
Complementary color
Monochromatic Colors of #CC6CC1
Black with #CC6CC1
Text Example
Text Example
White with #CC6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CC1; }
p { color: rgb(204,108,193); }
H1.HeaderClassName
{
color: #CC6CC1;
}
.AnyTagClassName
{
color: #CC6CC1;
}
</style>
background-color css
<style>
a { background-color: #CC6CC1; }
a { background-color: rgb(204,108,193); }
div.DivClassName
{
background-color: #CC6CC1;
}
.BgClassName
{
background-color: #CC6CC1;
}
</style>
border-color css
<style>
span { border-color: #CC6CC1; }
span { border-color: rgb(204,108,193); }
td.TdClassName
{
border-color: #CC6CC1;
}
.TagClassName
{
border-color: #CC6CC1;
}
</style>