#D580C3

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

Shades of Orchid #D580C3

Tints of Orchid #D580C3

Color information

#D580C3 (or 0xD580C3) is unknown color: approx Orchid. HEX triplet: D5, 80 and C3. RGB value is (213,128,195). Sum of RGB (Red+Green+Blue) = 213+128+195=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D580C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580C3 is #2A7F3C. Grayscale: #A0A0A0. Windows color (decimal): -2785085 or 12812501. OLE color: 12812501.

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

Color convert

RGB213128195-
CMYK00.400.080.16
HSL312.71º50.3%66.86%-
HSV(B)312.71º39.91%83.53%-
XYZ45.0133.5255.73-
YUV161.05147.16165.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 195 (76.56% from 255) = 36.38%
R=39.74%
G=23.88%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312819500.400.080.16312.7150.366.86
HexD580C30288101393243
Octal325200303050102047162103
Binary11010101100000001100001101010001000100001001110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580C3; }

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

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

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

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

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

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

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

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