Shades of Orchid #CE6DC7
Tints of Orchid #CE6DC7
RGB
CMYK
RGB Variations
Color information
#CE6DC7 (or 0xCE6DC7) is known color: Orchid. HEX triplet: CE, 6D and C7. RGB value is (206,109,199). Sum of RGB (Red+Green+Blue) = 206+109+199=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DC7 is #319238. Grayscale: #949494. Windows color (decimal): -3248697 or 13069774. OLE color: 13069774.
HSL color Cylindrical-coordinate representation of color #CE6DC7: hue angle of 304.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6DC7 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 199 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.19 |
| HSL | 304.33º | 0.5% | 0.62% | - |
| HSV(B) | 304.33º | 0.47% | 0.81% | - |
| XYZ | 41.23 | 28.18 | 57.3 | - |
| YUV | 148.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 199 | 0 | 0.47 | 0.03 | 0.19 | 304.33 | 0.5 | 0.62 |
| Hex | CE | 6D | C7 | 0 | 2F | 3 | 13 | 130 | 32 | 3E |
| Octal | 316 | 155 | 307 | 0 | 57 | 3 | 23 | 460 | 62 | 76 |
| Binary | 11001110 | 1101101 | 11000111 | 0 | 101111 | 11 | 10011 | 100110000 | 110010 | 111110 |
Color Harmonies of #CE6DC7
Complementary color
Monochromatic Colors of #CE6DC7
Black with #CE6DC7
Text Example
Text Example
White with #CE6DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DC7; }
p { color: rgb(206,109,199); }
H1.HeaderClassName
{
color: #CE6DC7;
}
.AnyTagClassName
{
color: #CE6DC7;
}
</style>
background-color css
<style>
a { background-color: #CE6DC7; }
a { background-color: rgb(206,109,199); }
div.DivClassName
{
background-color: #CE6DC7;
}
.BgClassName
{
background-color: #CE6DC7;
}
</style>
border-color css
<style>
span { border-color: #CE6DC7; }
span { border-color: rgb(206,109,199); }
td.TdClassName
{
border-color: #CE6DC7;
}
.TagClassName
{
border-color: #CE6DC7;
}
</style>