Shades of Orchid #CE6FBA
Tints of Orchid #CE6FBA
RGB
CMYK
RGB Variations
Color information
#CE6FBA (or 0xCE6FBA) is known color: Orchid. HEX triplet: CE, 6F and BA. RGB value is (206,111,186). Sum of RGB (Red+Green+Blue) = 206+111+186=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FBA is #319045. Grayscale: #939393. Windows color (decimal): -3248198 or 12218318. OLE color: 12218318.
HSL color Cylindrical-coordinate representation of color #CE6FBA: hue angle of 312.63º 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 #CE6FBA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 186 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.19 |
| HSL | 312.63º | 0.49% | 0.62% | - |
| HSV(B) | 312.63º | 0.46% | 0.81% | - |
| XYZ | 40 | 28.04 | 49.76 | - |
| YUV | 147.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 186 | 0 | 0.46 | 0.10 | 0.19 | 312.63 | 0.49 | 0.62 |
| Hex | CE | 6F | BA | 0 | 2E | A | 13 | 139 | 31 | 3E |
| Octal | 316 | 157 | 272 | 0 | 56 | 12 | 23 | 471 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10111010 | 0 | 101110 | 1010 | 10011 | 100111001 | 110001 | 111110 |
Color Harmonies of #CE6FBA
Complementary color
Monochromatic Colors of #CE6FBA
Black with #CE6FBA
Text Example
Text Example
White with #CE6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FBA; }
p { color: rgb(206,111,186); }
H1.HeaderClassName
{
color: #CE6FBA;
}
.AnyTagClassName
{
color: #CE6FBA;
}
</style>
background-color css
<style>
a { background-color: #CE6FBA; }
a { background-color: rgb(206,111,186); }
div.DivClassName
{
background-color: #CE6FBA;
}
.BgClassName
{
background-color: #CE6FBA;
}
</style>
border-color css
<style>
span { border-color: #CE6FBA; }
span { border-color: rgb(206,111,186); }
td.TdClassName
{
border-color: #CE6FBA;
}
.TagClassName
{
border-color: #CE6FBA;
}
</style>