Html Css Color HEX #D986C5 Orchid

📋 copy color: '#D986C5'

red 217 ◦ green 134 ◦ blue 197

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

Shades of Orchid #D986C5

Tints of Orchid #D986C5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.45%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 39.6%
G = 24.45%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D986C5 (or 0xD986C5) is known color: Orchid. HEX triplet: D9, 86 and C5. RGB value is (217,134,197). Sum of RGB (Red+Green+Blue) = 217+134+197=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D986C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986C5 is #26793A. Grayscale: #A5A5A5. Windows color (decimal): -2521403 or 12945113. OLE color: 12945113.

HSL color Cylindrical-coordinate representation of color #D986C5: hue angle of 314.46º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D986C5 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 197 -
CMYK 0 0.38 0.09 0.15
HSL 314.46º 0.52% 0.69% -
HSV(B) 314.46º 0.38% 0.85% -
XYZ 47.22 35.83 57.25 -
YUV 166 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 217 134 197 0 0.38 0.09 0.15 314.46 0.52 0.69
Hex D9 86 C5 0 26 9 F 13A 34 45
Octal 331 206 305 0 46 11 17 472 64 105
Binary 11011001 10000110 11000101 0 100110 1001 1111 100111010 110100 1000101

Color Harmonies of #D986C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986C5

Black with #D986C5

Text Example


Text Example

White with #D986C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986C5; }

 p { color: rgb(217,134,197); }

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

background-color css

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

 a { background-color: rgb(217,134,197); }

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

border-color css

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

 span { border-color: rgb(217,134,197); }

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