Shades of Orchid #CC6FCD
Tints of Orchid #CC6FCD
RGB
CMYK
RGB Variations
Color information
#CC6FCD (or 0xCC6FCD) is known color: Orchid. HEX triplet: CC, 6F and CD. RGB value is (204,111,205). Sum of RGB (Red+Green+Blue) = 204+111+205=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FCD is #339032. Grayscale: #959595. Windows color (decimal): -3379251 or 13463500. OLE color: 13463500.
HSL color Cylindrical-coordinate representation of color #CC6FCD: hue angle of 299.36º 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 #CC6FCD is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 111 | 205 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.20 |
| HSL | 299.36º | 0.48% | 0.62% | - |
| HSV(B) | 299.36º | 0.46% | 0.8% | - |
| XYZ | 41.61 | 28.61 | 61.09 | - |
| YUV | 149.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 205 | 0.00 | 0.46 | 0 | 0.20 | 299.36 | 0.48 | 0.62 |
| Hex | CC | 6F | CD | 0 | 2E | 0 | 14 | 12B | 30 | 3E |
| Octal | 314 | 157 | 315 | 0 | 56 | 0 | 24 | 453 | 60 | 76 |
| Binary | 11001100 | 1101111 | 11001101 | 0 | 101110 | 0 | 10100 | 100101011 | 110000 | 111110 |
Color Harmonies of #CC6FCD
Complementary color
Monochromatic Colors of #CC6FCD
Black with #CC6FCD
Text Example
Text Example
White with #CC6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FCD; }
p { color: rgb(204,111,205); }
H1.HeaderClassName
{
color: #CC6FCD;
}
.AnyTagClassName
{
color: #CC6FCD;
}
</style>
background-color css
<style>
a { background-color: #CC6FCD; }
a { background-color: rgb(204,111,205); }
div.DivClassName
{
background-color: #CC6FCD;
}
.BgClassName
{
background-color: #CC6FCD;
}
</style>
border-color css
<style>
span { border-color: #CC6FCD; }
span { border-color: rgb(204,111,205); }
td.TdClassName
{
border-color: #CC6FCD;
}
.TagClassName
{
border-color: #CC6FCD;
}
</style>