Shades of Orchid #CE6BC9
Tints of Orchid #CE6BC9
RGB
CMYK
RGB Variations
Color information
#CE6BC9 (or 0xCE6BC9) is known color: Orchid. HEX triplet: CE, 6B and C9. RGB value is (206,107,201). Sum of RGB (Red+Green+Blue) = 206+107+201=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC9 is #319436. Grayscale: #939393. Windows color (decimal): -3249207 or 13200334. OLE color: 13200334.
HSL color Cylindrical-coordinate representation of color #CE6BC9: hue angle of 303.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BC9 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 201 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.19 |
| HSL | 303.03º | 0.5% | 0.61% | - |
| HSV(B) | 303.03º | 0.48% | 0.81% | - |
| XYZ | 41.25 | 27.85 | 58.46 | - |
| YUV | 147.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 201 | 0 | 0.48 | 0.02 | 0.19 | 303.03 | 0.5 | 0.61 |
| Hex | CE | 6B | C9 | 0 | 30 | 2 | 13 | 12F | 32 | 3D |
| Octal | 316 | 153 | 311 | 0 | 60 | 2 | 23 | 457 | 62 | 75 |
| Binary | 11001110 | 1101011 | 11001001 | 0 | 110000 | 10 | 10011 | 100101111 | 110010 | 111101 |
Color Harmonies of #CE6BC9
Complementary color
Monochromatic Colors of #CE6BC9
Black with #CE6BC9
Text Example
Text Example
White with #CE6BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BC9; }
p { color: rgb(206,107,201); }
H1.HeaderClassName
{
color: #CE6BC9;
}
.AnyTagClassName
{
color: #CE6BC9;
}
</style>
background-color css
<style>
a { background-color: #CE6BC9; }
a { background-color: rgb(206,107,201); }
div.DivClassName
{
background-color: #CE6BC9;
}
.BgClassName
{
background-color: #CE6BC9;
}
</style>
border-color css
<style>
span { border-color: #CE6BC9; }
span { border-color: rgb(206,107,201); }
td.TdClassName
{
border-color: #CE6BC9;
}
.TagClassName
{
border-color: #CE6BC9;
}
</style>