Shades of Orchid #CE6BC1
Tints of Orchid #CE6BC1
RGB
CMYK
RGB Variations
Color information
#CE6BC1 (or 0xCE6BC1) is known color: Orchid. HEX triplet: CE, 6B and C1. RGB value is (206,107,193). Sum of RGB (Red+Green+Blue) = 206+107+193=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC1 is #31943E. Grayscale: #929292. Windows color (decimal): -3249215 or 12676046. OLE color: 12676046.
HSL color Cylindrical-coordinate representation of color #CE6BC1: hue angle of 307.88º 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 #CE6BC1 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 193 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.19 |
| HSL | 307.88º | 0.5% | 0.61% | - |
| HSV(B) | 307.88º | 0.48% | 0.81% | - |
| XYZ | 40.34 | 27.49 | 53.63 | - |
| YUV | 146.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 193 | 0 | 0.48 | 0.06 | 0.19 | 307.88 | 0.5 | 0.61 |
| Hex | CE | 6B | C1 | 0 | 30 | 6 | 13 | 134 | 32 | 3D |
| Octal | 316 | 153 | 301 | 0 | 60 | 6 | 23 | 464 | 62 | 75 |
| Binary | 11001110 | 1101011 | 11000001 | 0 | 110000 | 110 | 10011 | 100110100 | 110010 | 111101 |
Color Harmonies of #CE6BC1
Complementary color
Monochromatic Colors of #CE6BC1
Black with #CE6BC1
Text Example
Text Example
White with #CE6BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BC1; }
p { color: rgb(206,107,193); }
H1.HeaderClassName
{
color: #CE6BC1;
}
.AnyTagClassName
{
color: #CE6BC1;
}
</style>
background-color css
<style>
a { background-color: #CE6BC1; }
a { background-color: rgb(206,107,193); }
div.DivClassName
{
background-color: #CE6BC1;
}
.BgClassName
{
background-color: #CE6BC1;
}
</style>
border-color css
<style>
span { border-color: #CE6BC1; }
span { border-color: rgb(206,107,193); }
td.TdClassName
{
border-color: #CE6BC1;
}
.TagClassName
{
border-color: #CE6BC1;
}
</style>