Html Css Color HEX #D988D5 Orchid

📋 copy color: '#D988D5'

red 217 ◦ green 136 ◦ blue 213

#D988D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D988D5

Tints of Orchid #D988D5

RGB

 RED value IS 217 (85.16% from 255) = 38.34%

 GREEN value IS 136 (53.52% from 255) = 24.03%

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 38.34%
G = 24.03%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D988D5 (or 0xD988D5) is known color: Orchid. HEX triplet: D9, 88 and D5. RGB value is (217,136,213). Sum of RGB (Red+Green+Blue) = 217+136+213=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D988D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988D5 is #26772A. Grayscale: #A8A8A8. Windows color (decimal): -2520875 or 13994201. OLE color: 13994201.

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

Color convert

RGB 217 136 213 -
CMYK 0 0.37 0.02 0.15
HSL 302.96º 0.52% 0.69% -
HSV(B) 302.96º 0.37% 0.85% -
XYZ 49.43 37.16 67.52 -
YUV 169 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 217 136 213 0 0.37 0.02 0.15 302.96 0.52 0.69
Hex D9 88 D5 0 25 2 F 12F 34 45
Octal 331 210 325 0 45 2 17 457 64 105
Binary 11011001 10001000 11010101 0 100101 10 1111 100101111 110100 1000101

Color Harmonies of #D988D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988D5

Black with #D988D5

Text Example


Text Example

White with #D988D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988D5; }

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

 H1.HeaderClassName
 {
   color: #D988D5;
 }
 .AnyTagClassName
 {
   color: #D988D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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