#DD7DDE

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

Shades of Orchid #DD7DDE

Tints of Orchid #DD7DDE

Color information

#DD7DDE (or 0xDD7DDE) is unknown color: approx Orchid. HEX triplet: DD, 7D and DE. RGB value is (221,125,222). Sum of RGB (Red+Green+Blue) = 221+125+222=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DDE is #228221. Grayscale: #A4A4A4. Windows color (decimal): -2261538 or 14581213. OLE color: 14581213.

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

Color convert

RGB221125222-
CMYK0.000.4400.13
HSL299.38º59.51%68.04%-
HSV(B)299.38º43.69%87.06%-
XYZ50.3435.3173.27-
YUV164.76160.3168.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=38.91%
G=22.01%
B=39.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211252220.000.4400.13299.3859.5168.04
HexDD7DDE02C0D12b3c44
Octal33517533605401545374104
Binary110111011111101110111100101100011011001010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DDE; }

 p { color: rgb(221,125,222); }

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

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

 a { background-color: rgb(221,125,222); }

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

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

 span { border-color: rgb(221,125,222); }

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