#D580E6

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

Shades of Orchid #D580E6

Tints of Orchid #D580E6

Color information

#D580E6 (or 0xD580E6) is unknown color: approx Orchid. HEX triplet: D5, 80 and E6. RGB value is (213,128,230). Sum of RGB (Red+Green+Blue) = 213+128+230=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #D580E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D580E6 is #2A7F19. Grayscale: #A4A4A4. Windows color (decimal): -2785050 or 15106261. OLE color: 15106261.

HSL color Cylindrical-coordinate representation of color #D580E6: hue angle of 290º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D580E6 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213128230-
CMYK0.070.4400.10
HSL290º67.11%70.2%-
HSV(B)290º44.35%90.2%-
XYZ49.4435.379.07-
YUV165.04164.66162.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=37.30%
G=22.42%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131282300.070.4400.1029067.1170.2
HexD580E672C0A1224346
Octal325200346754012442103106
Binary1101010110000000111001101111011000101010010001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580E6; }

 p { color: rgb(213,128,230); }

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

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

 a { background-color: rgb(213,128,230); }

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

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

 span { border-color: rgb(213,128,230); }

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