Shades of Orchid #CC7CCD
Tints of Orchid #CC7CCD
RGB
CMYK
RGB Variations
Color information
#CC7CCD (or 0xCC7CCD) is known color: Orchid. HEX triplet: CC, 7C and CD. RGB value is (204,124,205). Sum of RGB (Red+Green+Blue) = 204+124+205=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCD is #338332. Grayscale: #9C9C9C. Windows color (decimal): -3375923 or 13466828. OLE color: 13466828.
HSL color Cylindrical-coordinate representation of color #CC7CCD: hue angle of 299.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7CCD is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 124 | 205 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.20 |
| HSL | 299.26º | 0.45% | 0.65% | - |
| HSV(B) | 299.26º | 0.4% | 0.8% | - |
| XYZ | 43.13 | 31.66 | 61.6 | - |
| YUV | 157.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 205 | 0.00 | 0.40 | 0 | 0.20 | 299.26 | 0.45 | 0.65 |
| Hex | CC | 7C | CD | 0 | 28 | 0 | 14 | 12B | 2D | 41 |
| Octal | 314 | 174 | 315 | 0 | 50 | 0 | 24 | 453 | 55 | 101 |
| Binary | 11001100 | 1111100 | 11001101 | 0 | 101000 | 0 | 10100 | 100101011 | 101101 | 1000001 |
Color Harmonies of #CC7CCD
Complementary color
Monochromatic Colors of #CC7CCD
Black with #CC7CCD
Text Example
Text Example
White with #CC7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CCD; }
p { color: rgb(204,124,205); }
H1.HeaderClassName
{
color: #CC7CCD;
}
.AnyTagClassName
{
color: #CC7CCD;
}
</style>
background-color css
<style>
a { background-color: #CC7CCD; }
a { background-color: rgb(204,124,205); }
div.DivClassName
{
background-color: #CC7CCD;
}
.BgClassName
{
background-color: #CC7CCD;
}
</style>
border-color css
<style>
span { border-color: #CC7CCD; }
span { border-color: rgb(204,124,205); }
td.TdClassName
{
border-color: #CC7CCD;
}
.TagClassName
{
border-color: #CC7CCD;
}
</style>