#DD83DC

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

Shades of Orchid #DD83DC

Tints of Orchid #DD83DC

Color information

#DD83DC (or 0xDD83DC) is unknown color: approx Orchid. HEX triplet: DD, 83 and DC. RGB value is (221,131,220). Sum of RGB (Red+Green+Blue) = 221+131+220=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83DC is #227C23. Grayscale: #A7A7A7. Windows color (decimal): -2260004 or 14451677. OLE color: 14451677.

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

Color convert

RGB221131220-
CMYK00.410.000.13
HSL300.67º56.96%69.02%-
HSV(B)300.67º40.72%86.67%-
XYZ50.8536.7772.13-
YUV168.06157.32165.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 131 (51.56% from 255) = 22.90%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=38.64%
G=22.90%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113122000.410.000.13300.6756.9669.02
HexDD83DC0290D12d3945
Octal33520333405101545571105
Binary1101110110000011110111000101001011011001011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83DC; }

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

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

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

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

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

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

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

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