Shades of Orchid #CE7FDD
Tints of Orchid #CE7FDD
RGB
CMYK
RGB Variations
Color information
#CE7FDD (or 0xCE7FDD) is known color: Orchid. HEX triplet: CE, 7F and DD. RGB value is (206,127,221). Sum of RGB (Red+Green+Blue) = 206+127+221=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FDD is #318022. Grayscale: #A1A1A1. Windows color (decimal): -3244067 or 14516174. OLE color: 14516174.
HSL color Cylindrical-coordinate representation of color #CE7FDD: hue angle of 290.43º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7FDD is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 127 | 221 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.13 |
| HSL | 290.43º | 0.58% | 0.68% | - |
| HSV(B) | 290.43º | 0.43% | 0.87% | - |
| XYZ | 46.09 | 33.52 | 72.45 | - |
| YUV | 161.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 221 | 0.07 | 0.43 | 0 | 0.13 | 290.43 | 0.58 | 0.68 |
| Hex | CE | 7F | DD | 7 | 2B | 0 | D | 122 | 3A | 44 |
| Octal | 316 | 177 | 335 | 7 | 53 | 0 | 15 | 442 | 72 | 104 |
| Binary | 11001110 | 1111111 | 11011101 | 111 | 101011 | 0 | 1101 | 100100010 | 111010 | 1000100 |
Color Harmonies of #CE7FDD
Complementary color
Monochromatic Colors of #CE7FDD
Black with #CE7FDD
Text Example
Text Example
White with #CE7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FDD; }
p { color: rgb(206,127,221); }
H1.HeaderClassName
{
color: #CE7FDD;
}
.AnyTagClassName
{
color: #CE7FDD;
}
</style>
background-color css
<style>
a { background-color: #CE7FDD; }
a { background-color: rgb(206,127,221); }
div.DivClassName
{
background-color: #CE7FDD;
}
.BgClassName
{
background-color: #CE7FDD;
}
</style>
border-color css
<style>
span { border-color: #CE7FDD; }
span { border-color: rgb(206,127,221); }
td.TdClassName
{
border-color: #CE7FDD;
}
.TagClassName
{
border-color: #CE7FDD;
}
</style>