#D583D2

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

Shades of Orchid #D583D2

Tints of Orchid #D583D2

Color information

#D583D2 (or 0xD583D2) is unknown color: approx Orchid. HEX triplet: D5, 83 and D2. RGB value is (213,131,210). Sum of RGB (Red+Green+Blue) = 213+131+210=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D583D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583D2 is #2A7C2D. Grayscale: #A4A4A4. Windows color (decimal): -2784302 or 13796309. OLE color: 13796309.

HSL color Cylindrical-coordinate representation of color #D583D2: hue angle of 302.2º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583D2 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213131210-
CMYK00.380.010.16
HSL302.2º49.4%67.45%-
HSV(B)302.2º38.5%83.53%-
XYZ47.1935.0365.25-
YUV164.52153.67162.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 210 (82.42% from 255) = 37.91%
R=38.45%
G=23.65%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313121000.380.010.16302.249.467.45
HexD583D202611012e3143
Octal32520332204612045661103
Binary11010101100000111101001001001101100001001011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583D2; }

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

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

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

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

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

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

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

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