Html Css Color HEX #D988D8 Orchid

📋 copy color: '#D988D8'

red 217 ◦ green 136 ◦ blue 216

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

Shades of Orchid #D988D8

Tints of Orchid #D988D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 38.14%
G = 23.9%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D988D8 (or 0xD988D8) is known color: Orchid. HEX triplet: D9, 88 and D8. RGB value is (217,136,216). Sum of RGB (Red+Green+Blue) = 217+136+216=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D988D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988D8 is #267727. Grayscale: #A9A9A9. Windows color (decimal): -2520872 or 14190809. OLE color: 14190809.

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

Color convert

RGB 217 136 216 -
CMYK 0 0.37 0.00 0.15
HSL 300.74º 0.52% 0.69% -
HSV(B) 300.74º 0.37% 0.85% -
XYZ 49.81 37.32 69.54 -
YUV 169.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 217 136 216 0 0.37 0.00 0.15 300.74 0.52 0.69
Hex D9 88 D8 0 25 0 F 12D 34 45
Octal 331 210 330 0 45 0 17 455 64 105
Binary 11011001 10001000 11011000 0 100101 0 1111 100101101 110100 1000101

Color Harmonies of #D988D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988D8

Black with #D988D8

Text Example


Text Example

White with #D988D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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