#DC83DD

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

Shades of Orchid #DC83DD

Tints of Orchid #DC83DD

Color information

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

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

Color convert

RGB220131221-
CMYK0.000.4100.13
HSL299.33º56.96%69.02%-
HSV(B)299.33º40.72%86.67%-
XYZ50.6836.6772.81-
YUV167.87157.99165.18-

RGB Variations

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

RGB

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

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
Decimal2201312210.000.4100.13299.3356.9669.02
HexDC83DD0290D12b3945
Octal33420333505101545371105
Binary1101110010000011110111010101001011011001010111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83DD; }

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

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

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

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

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

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

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

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