#DD68E2

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

Shades of Orchid #DD68E2

Tints of Orchid #DD68E2

Color information

#DD68E2 (or 0xDD68E2) is unknown color: approx Orchid. HEX triplet: DD, 68 and E2. RGB value is (221,104,226). Sum of RGB (Red+Green+Blue) = 221+104+226=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD68E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68E2 is #22971D. Grayscale: #989898. Windows color (decimal): -2266910 or 14837981. OLE color: 14837981.

HSL color Cylindrical-coordinate representation of color #DD68E2: hue angle of 297.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD68E2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221104226-
CMYK0.020.5400.11
HSL297.54º67.78%64.71%-
HSV(B)297.54º53.98%88.63%-
XYZ48.530.7675.33-
YUV152.89169.26176.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 104 (41.02% from 255) = 18.87%
BLUE value IS 226 (88.67% from 255) = 41.02%
R=40.11%
G=18.87%
B=41.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211042260.020.5400.11297.5467.7864.71
HexDD68E22360B12a4441
Octal335150342266013452104101
Binary11011101110100011100010101101100101110010101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68E2; }

 p { color: rgb(221,104,226); }

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

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

 a { background-color: rgb(221,104,226); }

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

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

 span { border-color: rgb(221,104,226); }

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