Html Css Color HEX #D988CE Orchid

📋 copy color: '#D988CE'

red 217 ◦ green 136 ◦ blue 206

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

Shades of Orchid #D988CE

Tints of Orchid #D988CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 38.82%
G = 24.33%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D988CE (or 0xD988CE) is known color: Orchid. HEX triplet: D9, 88 and CE. RGB value is (217,136,206). Sum of RGB (Red+Green+Blue) = 217+136+206=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D988CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988CE is #267731. Grayscale: #A7A7A7. Windows color (decimal): -2520882 or 13535449. OLE color: 13535449.

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

Color convert

RGB 217 136 206 -
CMYK 0 0.37 0.05 0.15
HSL 308.15º 0.52% 0.69% -
HSV(B) 308.15º 0.37% 0.85% -
XYZ 48.56 36.82 62.94 -
YUV 168.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 217 136 206 0 0.37 0.05 0.15 308.15 0.52 0.69
Hex D9 88 CE 0 25 5 F 134 34 45
Octal 331 210 316 0 45 5 17 464 64 105
Binary 11011001 10001000 11001110 0 100101 101 1111 100110100 110100 1000101

Color Harmonies of #D988CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988CE

Black with #D988CE

Text Example


Text Example

White with #D988CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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