Shades of Orchid #CC7ECF
Tints of Orchid #CC7ECF
RGB
CMYK
RGB Variations
Color information
#CC7ECF (or 0xCC7ECF) is known color: Orchid. HEX triplet: CC, 7E and CF. RGB value is (204,126,207). Sum of RGB (Red+Green+Blue) = 204+126+207=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ECF is #338130. Grayscale: #9E9E9E. Windows color (decimal): -3375409 or 13598412. OLE color: 13598412.
HSL color Cylindrical-coordinate representation of color #CC7ECF: hue angle of 297.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7ECF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 126 | 207 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.19 |
| HSL | 297.78º | 0.46% | 0.65% | - |
| HSV(B) | 297.78º | 0.39% | 0.81% | - |
| XYZ | 43.63 | 32.26 | 62.96 | - |
| YUV | 158.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 207 | 0.01 | 0.39 | 0 | 0.19 | 297.78 | 0.46 | 0.65 |
| Hex | CC | 7E | CF | 1 | 27 | 0 | 13 | 12A | 2E | 41 |
| Octal | 314 | 176 | 317 | 1 | 47 | 0 | 23 | 452 | 56 | 101 |
| Binary | 11001100 | 1111110 | 11001111 | 1 | 100111 | 0 | 10011 | 100101010 | 101110 | 1000001 |
Color Harmonies of #CC7ECF
Complementary color
Monochromatic Colors of #CC7ECF
Black with #CC7ECF
Text Example
Text Example
White with #CC7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7ECF; }
p { color: rgb(204,126,207); }
H1.HeaderClassName
{
color: #CC7ECF;
}
.AnyTagClassName
{
color: #CC7ECF;
}
</style>
background-color css
<style>
a { background-color: #CC7ECF; }
a { background-color: rgb(204,126,207); }
div.DivClassName
{
background-color: #CC7ECF;
}
.BgClassName
{
background-color: #CC7ECF;
}
</style>
border-color css
<style>
span { border-color: #CC7ECF; }
span { border-color: rgb(204,126,207); }
td.TdClassName
{
border-color: #CC7ECF;
}
.TagClassName
{
border-color: #CC7ECF;
}
</style>