#D58AD0

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

Shades of Orchid #D58AD0

Tints of Orchid #D58AD0

Color information

#D58AD0 (or 0xD58AD0) is unknown color: approx Orchid. HEX triplet: D5, 8A and D0. RGB value is (213,138,208). Sum of RGB (Red+Green+Blue) = 213+138+208=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD0 is #2A752F. Grayscale: #A8A8A8. Windows color (decimal): -2782512 or 13667029. OLE color: 13667029.

HSL color Cylindrical-coordinate representation of color #D58AD0: hue angle of 304º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AD0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213138208-
CMYK00.350.020.16
HSL304º47.17%68.82%-
HSV(B)304º35.21%83.53%-
XYZ47.9136.8864.27-
YUV168.4150.35159.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=38.10%
G=24.69%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313820800.350.020.1630447.1768.82
HexD58AD00232101302f45
Octal32521232004322046057105
Binary110101011000101011010000010001110100001001100001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AD0; }

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

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

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

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

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

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

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

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