#D989CD

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

Shades of Orchid #D989CD

Tints of Orchid #D989CD

Color information

#D989CD (or 0xD989CD) is unknown color: approx Orchid. HEX triplet: D9, 89 and CD. RGB value is (217,137,205). Sum of RGB (Red+Green+Blue) = 217+137+205=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D989CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989CD is #267632. Grayscale: #A8A8A8. Windows color (decimal): -2520627 or 13470169. OLE color: 13470169.

HSL color Cylindrical-coordinate representation of color #D989CD: hue angle of 309º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989CD is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217137205-
CMYK00.370.060.15
HSL309º51.28%69.41%-
HSV(B)309º36.87%85.1%-
XYZ48.5837.0562.35-
YUV168.67148.5162.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=38.82%
G=24.51%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713720500.370.060.1530951.2869.41
HexD989CD0256F1353345
Octal33121131504561746563105
Binary110110011000100111001101010010111011111001101011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D989CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D989CD; }

 p { color: rgb(217,137,205); }

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

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

 a { background-color: rgb(217,137,205); }

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

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

 span { border-color: rgb(217,137,205); }

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