#DD6DE6

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

Shades of Orchid #DD6DE6

Tints of Orchid #DD6DE6

Color information

#DD6DE6 (or 0xDD6DE6) is unknown color: approx Orchid. HEX triplet: DD, 6D and E6. RGB value is (221,109,230). Sum of RGB (Red+Green+Blue) = 221+109+230=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD6DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DE6 is #229219. Grayscale: #9B9B9B. Windows color (decimal): -2265626 or 15101405. OLE color: 15101405.

HSL color Cylindrical-coordinate representation of color #DD6DE6: hue angle of 295.54º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6DE6 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221109230-
CMYK0.040.5300.10
HSL295.54º70.76%66.47%-
HSV(B)295.54º52.61%90.2%-
XYZ49.5732.0278.43-
YUV156.28169.61174.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 109 (42.97% from 255) = 19.46%
BLUE value IS 230 (90.23% from 255) = 41.07%
R=39.46%
G=19.46%
B=41.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211092300.040.5300.10295.5470.7666.47
HexDD6DE64350A1284742
Octal335155346465012450107102
Binary110111011101101111001101001101010101010010100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DE6; }

 p { color: rgb(221,109,230); }

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

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

 a { background-color: rgb(221,109,230); }

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

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

 span { border-color: rgb(221,109,230); }

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