#CE7DDC

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

Shades of Orchid #CE7DDC

Tints of Orchid #CE7DDC

Color information

#CE7DDC (or 0xCE7DDC) is unknown color: approx Orchid. HEX triplet: CE, 7D and DC. RGB value is (206,125,220). Sum of RGB (Red+Green+Blue) = 206+125+220=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DDC is #318223. Grayscale: #9F9F9F. Windows color (decimal): -3244580 or 14450126. OLE color: 14450126.

HSL color Cylindrical-coordinate representation of color #CE7DDC: hue angle of 291.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7DDC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206125220-
CMYK0.060.4300.14
HSL291.16º57.58%67.65%-
HSV(B)291.16º43.18%86.27%-
XYZ45.7132.9671.66-
YUV160.05161.84160.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=37.39%
G=22.69%
B=39.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061252200.060.4300.14291.1657.5867.65
HexCE7DDC62B0E1233a44
Octal31617533465301644372104
Binary11001110111110111011100110101011011101001000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DDC; }

 p { color: rgb(206,125,220); }

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

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

 a { background-color: rgb(206,125,220); }

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

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

 span { border-color: rgb(206,125,220); }

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