#DD83DE

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

Shades of Orchid #DD83DE

Tints of Orchid #DD83DE

Color information

#DD83DE (or 0xDD83DE) is unknown color: approx Orchid. HEX triplet: DD, 83 and DE. RGB value is (221,131,222). Sum of RGB (Red+Green+Blue) = 221+131+222=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83DE is #227C21. Grayscale: #A8A8A8. Windows color (decimal): -2260002 or 14582749. OLE color: 14582749.

HSL color Cylindrical-coordinate representation of color #DD83DE: hue angle of 299.34º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83DE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221131222-
CMYK0.000.4100.13
HSL299.34º57.96%69.22%-
HSV(B)299.34º40.99%87.06%-
XYZ51.1236.8873.53-
YUV168.28158.32165.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 131 (51.56% from 255) = 22.82%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=38.50%
G=22.82%
B=38.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211312220.000.4100.13299.3457.9669.22
HexDD83DE0290D12b3a45
Octal33520333605101545372105
Binary1101110110000011110111100101001011011001010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83DE; }

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

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

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

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

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

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

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

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