#D583D0

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

Shades of Orchid #D583D0

Tints of Orchid #D583D0

Color information

#D583D0 (or 0xD583D0) is unknown color: approx Orchid. HEX triplet: D5, 83 and D0. RGB value is (213,131,208). Sum of RGB (Red+Green+Blue) = 213+131+208=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D583D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583D0 is #2A7C2F. Grayscale: #A4A4A4. Windows color (decimal): -2784304 or 13665237. OLE color: 13665237.

HSL color Cylindrical-coordinate representation of color #D583D0: hue angle of 303.66º 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 #D583D0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213131208-
CMYK00.380.020.16
HSL303.66º49.4%67.45%-
HSV(B)303.66º38.5%83.53%-
XYZ46.9434.9363.94-
YUV164.3152.67162.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=38.59%
G=23.73%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313120800.380.020.16303.6649.467.45
HexD583D00262101303143
Octal32520332004622046061103
Binary110101011000001111010000010011010100001001100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583D0; }

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

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

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

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

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

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

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

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