#DC83D9

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

Shades of Orchid #DC83D9

Tints of Orchid #DC83D9

Color information

#DC83D9 (or 0xDC83D9) is unknown color: approx Orchid. HEX triplet: DC, 83 and D9. RGB value is (220,131,217). Sum of RGB (Red+Green+Blue) = 220+131+217=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83D9 is #237C26. Grayscale: #A7A7A7. Windows color (decimal): -2325543 or 14255068. OLE color: 14255068.

HSL color Cylindrical-coordinate representation of color #DC83D9: hue angle of 302.02º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83D9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220131217-
CMYK00.400.010.14
HSL302.02º55.97%68.82%-
HSV(B)302.02º40.45%86.27%-
XYZ50.1636.4670.04-
YUV167.42155.99165.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 131 (51.56% from 255) = 23.06%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=38.73%
G=23.06%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013121700.400.010.14302.0255.9768.82
HexDC83D90281E12e3845
Octal33420333105011645670105
Binary1101110010000011110110010101000111101001011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83D9; }

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

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

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

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

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

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

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

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