#D581CB

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

Shades of Orchid #D581CB

Tints of Orchid #D581CB

Color information

#D581CB (or 0xD581CB) is unknown color: approx Orchid. HEX triplet: D5, 81 and CB. RGB value is (213,129,203). Sum of RGB (Red+Green+Blue) = 213+129+203=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D581CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581CB is #2A7E34. Grayscale: #A2A2A2. Windows color (decimal): -2784821 or 13337045. OLE color: 13337045.

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

Color convert

RGB213129203-
CMYK00.390.050.16
HSL307.14º50%67.06%-
HSV(B)307.14º39.44%83.53%-
XYZ46.0734.1660.66-
YUV162.55150.83163.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=39.08%
G=23.67%
B=37.25%

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
Decimal21312920300.390.050.16307.145067.06
HexD581CB0275101333243
Octal32520131304752046362103
Binary1101010110000001110010110100111101100001001100111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D581CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D581CB; }

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

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

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

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

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

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

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

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