Shades of Orchid #CC6CCD
Tints of Orchid #CC6CCD
RGB
CMYK
RGB Variations
Color information
#CC6CCD (or 0xCC6CCD) is known color: Orchid. HEX triplet: CC, 6C and CD. RGB value is (204,108,205). Sum of RGB (Red+Green+Blue) = 204+108+205=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CCD is #339332. Grayscale: #939393. Windows color (decimal): -3380019 or 13462732. OLE color: 13462732.
HSL color Cylindrical-coordinate representation of color #CC6CCD: hue angle of 299.38º degrees, saturation: 0.49, 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 #CC6CCD is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 108 | 205 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.20 |
| HSL | 299.38º | 0.49% | 0.61% | - |
| HSV(B) | 299.38º | 0.47% | 0.8% | - |
| XYZ | 41.28 | 27.97 | 60.98 | - |
| YUV | 147.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 205 | 0.00 | 0.47 | 0 | 0.20 | 299.38 | 0.49 | 0.61 |
| Hex | CC | 6C | CD | 0 | 2F | 0 | 14 | 12B | 31 | 3D |
| Octal | 314 | 154 | 315 | 0 | 57 | 0 | 24 | 453 | 61 | 75 |
| Binary | 11001100 | 1101100 | 11001101 | 0 | 101111 | 0 | 10100 | 100101011 | 110001 | 111101 |
Color Harmonies of #CC6CCD
Complementary color
Monochromatic Colors of #CC6CCD
Black with #CC6CCD
Text Example
Text Example
White with #CC6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CCD; }
p { color: rgb(204,108,205); }
H1.HeaderClassName
{
color: #CC6CCD;
}
.AnyTagClassName
{
color: #CC6CCD;
}
</style>
background-color css
<style>
a { background-color: #CC6CCD; }
a { background-color: rgb(204,108,205); }
div.DivClassName
{
background-color: #CC6CCD;
}
.BgClassName
{
background-color: #CC6CCD;
}
</style>
border-color css
<style>
span { border-color: #CC6CCD; }
span { border-color: rgb(204,108,205); }
td.TdClassName
{
border-color: #CC6CCD;
}
.TagClassName
{
border-color: #CC6CCD;
}
</style>