Shades of Orchid #CE6FCC
Tints of Orchid #CE6FCC
RGB
CMYK
RGB Variations
Color information
#CE6FCC (or 0xCE6FCC) is known color: Orchid. HEX triplet: CE, 6F and CC. RGB value is (206,111,204). Sum of RGB (Red+Green+Blue) = 206+111+204=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FCC is #319033. Grayscale: #959595. Windows color (decimal): -3248180 or 13397966. OLE color: 13397966.
HSL color Cylindrical-coordinate representation of color #CE6FCC: hue angle of 301.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FCC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 204 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.19 |
| HSL | 301.26º | 0.49% | 0.62% | - |
| HSV(B) | 301.26º | 0.46% | 0.81% | - |
| XYZ | 42.04 | 28.85 | 60.48 | - |
| YUV | 150.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 204 | 0 | 0.46 | 0.01 | 0.19 | 301.26 | 0.49 | 0.62 |
| Hex | CE | 6F | CC | 0 | 2E | 1 | 13 | 12D | 31 | 3E |
| Octal | 316 | 157 | 314 | 0 | 56 | 1 | 23 | 455 | 61 | 76 |
| Binary | 11001110 | 1101111 | 11001100 | 0 | 101110 | 1 | 10011 | 100101101 | 110001 | 111110 |
Color Harmonies of #CE6FCC
Complementary color
Monochromatic Colors of #CE6FCC
Black with #CE6FCC
Text Example
Text Example
White with #CE6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FCC; }
p { color: rgb(206,111,204); }
H1.HeaderClassName
{
color: #CE6FCC;
}
.AnyTagClassName
{
color: #CE6FCC;
}
</style>
background-color css
<style>
a { background-color: #CE6FCC; }
a { background-color: rgb(206,111,204); }
div.DivClassName
{
background-color: #CE6FCC;
}
.BgClassName
{
background-color: #CE6FCC;
}
</style>
border-color css
<style>
span { border-color: #CE6FCC; }
span { border-color: rgb(206,111,204); }
td.TdClassName
{
border-color: #CE6FCC;
}
.TagClassName
{
border-color: #CE6FCC;
}
</style>