Shades of Orchid #CE7FCA
Tints of Orchid #CE7FCA
RGB
CMYK
RGB Variations
Color information
#CE7FCA (or 0xCE7FCA) is known color: Orchid. HEX triplet: CE, 7F and CA. RGB value is (206,127,202). Sum of RGB (Red+Green+Blue) = 206+127+202=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FCA is #318035. Grayscale: #9E9E9E. Windows color (decimal): -3244086 or 13270990. OLE color: 13270990.
HSL color Cylindrical-coordinate representation of color #CE7FCA: hue angle of 303.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FCA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 202 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.19 |
| HSL | 303.04º | 0.45% | 0.65% | - |
| HSV(B) | 303.04º | 0.38% | 0.81% | - |
| XYZ | 43.7 | 32.56 | 59.86 | - |
| YUV | 159.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 202 | 0 | 0.38 | 0.02 | 0.19 | 303.04 | 0.45 | 0.65 |
| Hex | CE | 7F | CA | 0 | 26 | 2 | 13 | 12F | 2D | 41 |
| Octal | 316 | 177 | 312 | 0 | 46 | 2 | 23 | 457 | 55 | 101 |
| Binary | 11001110 | 1111111 | 11001010 | 0 | 100110 | 10 | 10011 | 100101111 | 101101 | 1000001 |
Color Harmonies of #CE7FCA
Complementary color
Monochromatic Colors of #CE7FCA
Black with #CE7FCA
Text Example
Text Example
White with #CE7FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FCA; }
p { color: rgb(206,127,202); }
H1.HeaderClassName
{
color: #CE7FCA;
}
.AnyTagClassName
{
color: #CE7FCA;
}
</style>
background-color css
<style>
a { background-color: #CE7FCA; }
a { background-color: rgb(206,127,202); }
div.DivClassName
{
background-color: #CE7FCA;
}
.BgClassName
{
background-color: #CE7FCA;
}
</style>
border-color css
<style>
span { border-color: #CE7FCA; }
span { border-color: rgb(206,127,202); }
td.TdClassName
{
border-color: #CE7FCA;
}
.TagClassName
{
border-color: #CE7FCA;
}
</style>