Html Css Color HEX #D986C6 Orchid

📋 copy color: '#D986C6'

red 217 ◦ green 134 ◦ blue 198

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

Shades of Orchid #D986C6

Tints of Orchid #D986C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 39.53%
G = 24.41%
B = 36.07%

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

#D986C6 (or 0xD986C6) is known color: Orchid. HEX triplet: D9, 86 and C6. RGB value is (217,134,198). Sum of RGB (Red+Green+Blue) = 217+134+198=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D986C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986C6 is #267939. Grayscale: #A5A5A5. Windows color (decimal): -2521402 or 13010649. OLE color: 13010649.

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

Color convert

RGB 217 134 198 -
CMYK 0 0.38 0.09 0.15
HSL 313.73º 0.52% 0.69% -
HSV(B) 313.73º 0.38% 0.85% -
XYZ 47.33 35.88 57.86 -
YUV 166.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 217 134 198 0 0.38 0.09 0.15 313.73 0.52 0.69
Hex D9 86 C6 0 26 9 F 13A 34 45
Octal 331 206 306 0 46 11 17 472 64 105
Binary 11011001 10000110 11000110 0 100110 1001 1111 100111010 110100 1000101

Color Harmonies of #D986C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986C6

Black with #D986C6

Text Example


Text Example

White with #D986C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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