#D583DD

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

Shades of Orchid #D583DD

Tints of Orchid #D583DD

Color information

#D583DD (or 0xD583DD) is unknown color: approx Orchid. HEX triplet: D5, 83 and DD. RGB value is (213,131,221). Sum of RGB (Red+Green+Blue) = 213+131+221=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D583DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583DD is #2A7C22. Grayscale: #A5A5A5. Windows color (decimal): -2784291 or 14517205. OLE color: 14517205.

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

Color convert

RGB213131221-
CMYK0.040.4100.13
HSL294.67º56.96%69.02%-
HSV(B)294.67º40.72%86.67%-
XYZ48.6135.672.72-
YUV165.78159.17161.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=37.70%
G=23.19%
B=39.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131312210.040.4100.13294.6756.9669.02
HexD583DD4290D1273945
Octal32520333545101544771105
Binary110101011000001111011101100101001011011001001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583DD; }

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

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

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

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

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

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

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

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