Shades of Orchid #CE6FD0
Tints of Orchid #CE6FD0
RGB
CMYK
RGB Variations
Color information
#CE6FD0 (or 0xCE6FD0) is known color: Orchid. HEX triplet: CE, 6F and D0. RGB value is (206,111,208). Sum of RGB (Red+Green+Blue) = 206+111+208=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE6FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FD0 is #31902F. Grayscale: #969696. Windows color (decimal): -3248176 or 13660110. OLE color: 13660110.
HSL color Cylindrical-coordinate representation of color #CE6FD0: hue angle of 298.76º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6FD0 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 111 | 208 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.18 |
| HSL | 298.76º | 0.51% | 0.63% | - |
| HSV(B) | 298.76º | 0.47% | 0.82% | - |
| XYZ | 42.52 | 29.04 | 63.04 | - |
| YUV | 150.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 208 | 0.01 | 0.47 | 0 | 0.18 | 298.76 | 0.51 | 0.63 |
| Hex | CE | 6F | D0 | 1 | 2F | 0 | 12 | 12B | 33 | 3F |
| Octal | 316 | 157 | 320 | 1 | 57 | 0 | 22 | 453 | 63 | 77 |
| Binary | 11001110 | 1101111 | 11010000 | 1 | 101111 | 0 | 10010 | 100101011 | 110011 | 111111 |
Color Harmonies of #CE6FD0
Complementary color
Monochromatic Colors of #CE6FD0
Black with #CE6FD0
Text Example
Text Example
White with #CE6FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FD0; }
p { color: rgb(206,111,208); }
H1.HeaderClassName
{
color: #CE6FD0;
}
.AnyTagClassName
{
color: #CE6FD0;
}
</style>
background-color css
<style>
a { background-color: #CE6FD0; }
a { background-color: rgb(206,111,208); }
div.DivClassName
{
background-color: #CE6FD0;
}
.BgClassName
{
background-color: #CE6FD0;
}
</style>
border-color css
<style>
span { border-color: #CE6FD0; }
span { border-color: rgb(206,111,208); }
td.TdClassName
{
border-color: #CE6FD0;
}
.TagClassName
{
border-color: #CE6FD0;
}
</style>