#D581CA

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

Shades of Orchid #D581CA

Tints of Orchid #D581CA

Color information

#D581CA (or 0xD581CA) is unknown color: approx Orchid. HEX triplet: D5, 81 and CA. RGB value is (213,129,202). Sum of RGB (Red+Green+Blue) = 213+129+202=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D581CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581CA is #2A7E35. Grayscale: #A2A2A2. Windows color (decimal): -2784822 or 13271509. OLE color: 13271509.

HSL color Cylindrical-coordinate representation of color #D581CA: hue angle of 307.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 #D581CA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213129202-
CMYK00.390.050.16
HSL307.86º50%67.06%-
HSV(B)307.86º39.44%83.53%-
XYZ45.9534.1160.04-
YUV162.44150.33164.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=39.15%
G=23.71%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312920200.390.050.16307.865067.06
HexD581CA0275101343243
Octal32520131204752046462103
Binary1101010110000001110010100100111101100001001101001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D581CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D581CA; }

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

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

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

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

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

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

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

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