#D581C3

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

Shades of Orchid #D581C3

Tints of Orchid #D581C3

Color information

#D581C3 (or 0xD581C3) is unknown color: approx Orchid. HEX triplet: D5, 81 and C3. RGB value is (213,129,195). Sum of RGB (Red+Green+Blue) = 213+129+195=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D581C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581C3 is #2A7E3C. Grayscale: #A1A1A1. Windows color (decimal): -2784829 or 12812757. OLE color: 12812757.

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

Color convert

RGB213129195-
CMYK00.390.080.16
HSL312.86º50%67.06%-
HSV(B)312.86º39.44%83.53%-
XYZ45.1433.7955.77-
YUV161.64146.83164.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=39.66%
G=24.02%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312919500.390.080.16312.865067.06
HexD581C30278101393243
Octal325201303047102047162103
Binary11010101100000011100001101001111000100001001110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D581C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D581C3; }

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

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

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

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

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

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

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

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