Shades of Orchid #CC6DC1
Tints of Orchid #CC6DC1
RGB
CMYK
RGB Variations
Color information
#CC6DC1 (or 0xCC6DC1) is known color: Orchid. HEX triplet: CC, 6D and C1. RGB value is (204,109,193). Sum of RGB (Red+Green+Blue) = 204+109+193=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DC1 is #33923E. Grayscale: #929292. Windows color (decimal): -3379775 or 12676556. OLE color: 12676556.
HSL color Cylindrical-coordinate representation of color #CC6DC1: hue angle of 306.95º 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 #CC6DC1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 193 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.2 |
| HSL | 306.95º | 0.48% | 0.61% | - |
| HSV(B) | 306.95º | 0.47% | 0.8% | - |
| XYZ | 40 | 27.62 | 53.68 | - |
| YUV | 146.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 193 | 0 | 0.47 | 0.05 | 0.2 | 306.95 | 0.48 | 0.61 |
| Hex | CC | 6D | C1 | 0 | 2F | 5 | 14 | 133 | 30 | 3D |
| Octal | 314 | 155 | 301 | 0 | 57 | 5 | 24 | 463 | 60 | 75 |
| Binary | 11001100 | 1101101 | 11000001 | 0 | 101111 | 101 | 10100 | 100110011 | 110000 | 111101 |
Color Harmonies of #CC6DC1
Complementary color
Monochromatic Colors of #CC6DC1
Black with #CC6DC1
Text Example
Text Example
White with #CC6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DC1; }
p { color: rgb(204,109,193); }
H1.HeaderClassName
{
color: #CC6DC1;
}
.AnyTagClassName
{
color: #CC6DC1;
}
</style>
background-color css
<style>
a { background-color: #CC6DC1; }
a { background-color: rgb(204,109,193); }
div.DivClassName
{
background-color: #CC6DC1;
}
.BgClassName
{
background-color: #CC6DC1;
}
</style>
border-color css
<style>
span { border-color: #CC6DC1; }
span { border-color: rgb(204,109,193); }
td.TdClassName
{
border-color: #CC6DC1;
}
.TagClassName
{
border-color: #CC6DC1;
}
</style>