#DD6FE0

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

Shades of Orchid #DD6FE0

Tints of Orchid #DD6FE0

Color information

#DD6FE0 (or 0xDD6FE0) is unknown color: approx Orchid. HEX triplet: DD, 6F and E0. RGB value is (221,111,224). Sum of RGB (Red+Green+Blue) = 221+111+224=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FE0 is #22901F. Grayscale: #9C9C9C. Windows color (decimal): -2265120 or 14708701. OLE color: 14708701.

HSL color Cylindrical-coordinate representation of color #DD6FE0: hue angle of 298.41º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FE0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221111224-
CMYK0.010.5000.12
HSL298.41º64.57%65.69%-
HSV(B)298.41º50.45%87.84%-
XYZ48.9632.1274.14-
YUV156.77165.94173.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 111 (43.75% from 255) = 19.96%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=39.75%
G=19.96%
B=40.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211112240.010.5000.12298.4164.5765.69
HexDD6FE01320C12a4142
Octal335157340162014452101102
Binary1101110111011111110000011100100110010010101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FE0; }

 p { color: rgb(221,111,224); }

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

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

 a { background-color: rgb(221,111,224); }

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

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

 span { border-color: rgb(221,111,224); }

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