#CE7EDD

Color #CE7EDD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CE7EDD

Tints of Orchid #CE7EDD

Color information

#CE7EDD (or 0xCE7EDD) is unknown color: approx Orchid. HEX triplet: CE, 7E and DD. RGB value is (206,126,221). Sum of RGB (Red+Green+Blue) = 206+126+221=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EDD is #318122. Grayscale: #A0A0A0. Windows color (decimal): -3244323 or 14515918. OLE color: 14515918.

HSL color Cylindrical-coordinate representation of color #CE7EDD: hue angle of 290.53º 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 #CE7EDD is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206126221-
CMYK0.070.4300.13
HSL290.53º58.28%68.04%-
HSV(B)290.53º42.99%86.67%-
XYZ45.9733.2672.4-
YUV160.75162160.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=37.25%
G=22.78%
B=39.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061262210.070.4300.13290.5358.2868.04
HexCE7EDD72B0D1233a44
Octal31617633575301544372104
Binary11001110111111011011101111101011011011001000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7EDD; }

 p { color: rgb(206,126,221); }

 H1.HeaderClassName
 {
   color: #CE7EDD;
 }
 .AnyTagClassName
 {
   color: #CE7EDD;
 }
</style>
background-color css

<style>
 a { background-color: #CE7EDD; }

 a { background-color: rgb(206,126,221); }

 div.DivClassName
 {
   background-color: #CE7EDD;
 }
 .BgClassName
 {
   background-color: #CE7EDD;
 }
</style>
border-color css

<style>
 span { border-color: #CE7EDD; }

 span { border-color: rgb(206,126,221); }

 td.TdClassName
 {
   border-color: #CE7EDD;
 }
 .TagClassName
 {
   border-color: #CE7EDD;
 }
</style>