#D989CA

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

Shades of Orchid #D989CA

Tints of Orchid #D989CA

Color information

#D989CA (or 0xD989CA) is unknown color: approx Orchid. HEX triplet: D9, 89 and CA. RGB value is (217,137,202). Sum of RGB (Red+Green+Blue) = 217+137+202=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D989CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989CA is #267635. Grayscale: #A8A8A8. Windows color (decimal): -2520630 or 13273561. OLE color: 13273561.

HSL color Cylindrical-coordinate representation of color #D989CA: hue angle of 311.25º 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 #D989CA is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217137202-
CMYK00.370.070.15
HSL311.25º51.28%69.41%-
HSV(B)311.25º36.87%85.1%-
XYZ48.2236.9160.46-
YUV168.33147162.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=39.03%
G=24.64%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713720200.370.070.15311.2551.2869.41
HexD989CA0257F1373345
Octal33121131204571746763105
Binary110110011000100111001010010010111111111001101111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D989CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D989CA; }

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

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

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

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

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

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

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

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