Html Css Color HEX #D986D3 Orchid

📋 copy color: '#D986D3'

red 217 ◦ green 134 ◦ blue 211

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

Shades of Orchid #D986D3

Tints of Orchid #D986D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 38.61%
G = 23.84%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D986D3 (or 0xD986D3) is known color: Orchid. HEX triplet: D9, 86 and D3. RGB value is (217,134,211). Sum of RGB (Red+Green+Blue) = 217+134+211=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D986D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986D3 is #26792C. Grayscale: #A7A7A7. Windows color (decimal): -2521389 or 13862617. OLE color: 13862617.

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

Color convert

RGB 217 134 211 -
CMYK 0 0.38 0.03 0.15
HSL 304.34º 0.52% 0.69% -
HSV(B) 304.34º 0.38% 0.85% -
XYZ 48.9 36.51 66.1 -
YUV 167.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 217 134 211 0 0.38 0.03 0.15 304.34 0.52 0.69
Hex D9 86 D3 0 26 3 F 130 34 45
Octal 331 206 323 0 46 3 17 460 64 105
Binary 11011001 10000110 11010011 0 100110 11 1111 100110000 110100 1000101

Color Harmonies of #D986D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986D3

Black with #D986D3

Text Example


Text Example

White with #D986D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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