Shades of Orchid #CE7DDF
Tints of Orchid #CE7DDF
RGB
CMYK
RGB Variations
Color information
#CE7DDF (or 0xCE7DDF) is known color: Orchid. HEX triplet: CE, 7D and DF. RGB value is (206,125,223). Sum of RGB (Red+Green+Blue) = 206+125+223=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DDF is #318220. Grayscale: #A0A0A0. Windows color (decimal): -3244577 or 14646734. OLE color: 14646734.
HSL color Cylindrical-coordinate representation of color #CE7DDF: hue angle of 289.59º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7DDF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 125 | 223 | - |
CMYK | 0.08 | 0.44 | 0 | 0.13 |
HSL | 289.59º | 0.6% | 0.68% | - |
HSV(B) | 289.59º | 0.44% | 0.87% | - |
XYZ | 46.11 | 33.12 | 73.77 | - |
YUV | 160.39 | 163.34 | 160.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 125 | 223 | 0.08 | 0.44 | 0 | 0.13 | 289.59 | 0.6 | 0.68 |
Hex | CE | 7D | DF | 8 | 2C | 0 | D | 122 | 3C | 44 |
Octal | 316 | 175 | 337 | 10 | 54 | 0 | 15 | 442 | 74 | 104 |
Binary | 11001110 | 1111101 | 11011111 | 1000 | 101100 | 0 | 1101 | 100100010 | 111100 | 1000100 |
Color Harmonies of #CE7DDF
Complementary color
Monochromatic Colors of #CE7DDF
Black with #CE7DDF
Text Example
Text Example
White with #CE7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DDF; }
p { color: rgb(206,125,223); }
H1.HeaderClassName
{
color: #CE7DDF;
}
.AnyTagClassName
{
color: #CE7DDF;
}
</style>
background-color css
<style>
a { background-color: #CE7DDF; }
a { background-color: rgb(206,125,223); }
div.DivClassName
{
background-color: #CE7DDF;
}
.BgClassName
{
background-color: #CE7DDF;
}
</style>
border-color css
<style>
span { border-color: #CE7DDF; }
span { border-color: rgb(206,125,223); }
td.TdClassName
{
border-color: #CE7DDF;
}
.TagClassName
{
border-color: #CE7DDF;
}
</style>