#D988CA

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

Shades of Orchid #D988CA

Tints of Orchid #D988CA

Color information

#D988CA (or 0xD988CA) is unknown color: approx Orchid. HEX triplet: D9, 88 and CA. RGB value is (217,136,202). Sum of RGB (Red+Green+Blue) = 217+136+202=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D988CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988CA is #267735. Grayscale: #A7A7A7. Windows color (decimal): -2520886 or 13273305. OLE color: 13273305.

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

Color convert

RGB217136202-
CMYK00.370.070.15
HSL311.11º51.59%69.22%-
HSV(B)311.11º37.33%85.1%-
XYZ48.0836.6260.41-
YUV167.74147.34163.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=39.10%
G=24.50%
B=36.40%

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
Decimal21713620200.370.070.15311.1151.5969.22
HexD988CA0257F1373445
Octal33121031204571746764105
Binary110110011000100011001010010010111111111001101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988CA; }

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

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

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

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

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

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

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

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