#CE7CDE

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

Shades of Orchid #CE7CDE

Tints of Orchid #CE7CDE

Color information

#CE7CDE (or 0xCE7CDE) is unknown color: approx Orchid. HEX triplet: CE, 7C and DE. RGB value is (206,124,222). Sum of RGB (Red+Green+Blue) = 206+124+222=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CDE is #318321. Grayscale: #9F9F9F. Windows color (decimal): -3244834 or 14580942. OLE color: 14580942.

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

Color convert

RGB206124222-
CMYK0.070.4400.13
HSL290.2º59.76%67.84%-
HSV(B)290.2º44.14%87.06%-
XYZ45.8532.8173.02-
YUV159.69163.17161.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=37.32%
G=22.46%
B=40.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061242220.070.4400.13290.259.7667.84
HexCE7CDE72C0D1223c44
Octal31617433675401544274104
Binary11001110111110011011110111101100011011001000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7CDE; }

 p { color: rgb(206,124,222); }

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

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

 a { background-color: rgb(206,124,222); }

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

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

 span { border-color: rgb(206,124,222); }

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