#D580C7

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

Shades of Orchid #D580C7

Tints of Orchid #D580C7

Color information

#D580C7 (or 0xD580C7) is unknown color: approx Orchid. HEX triplet: D5, 80 and C7. RGB value is (213,128,199). Sum of RGB (Red+Green+Blue) = 213+128+199=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D580C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580C7 is #2A7F38. Grayscale: #A1A1A1. Windows color (decimal): -2785081 or 13074645. OLE color: 13074645.

HSL color Cylindrical-coordinate representation of color #D580C7: hue angle of 309.88º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580C7 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213128199-
CMYK00.400.070.16
HSL309.88º50.3%66.86%-
HSV(B)309.88º39.91%83.53%-
XYZ45.4733.7158.14-
YUV161.51149.16164.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 199 (78.12% from 255) = 36.85%
R=39.44%
G=23.70%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312819900.400.070.16309.8850.366.86
HexD580C70287101363243
Octal32520030705072046662103
Binary1101010110000000110001110101000111100001001101101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580C7; }

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

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

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

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

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

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

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

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