Html Css Color HEX #D886D6 Orchid

📋 copy color: '#D886D6'

red 216 ◦ green 134 ◦ blue 214

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

Shades of Orchid #D886D6

Tints of Orchid #D886D6

RGB

 RED value IS 216 (84.77% from 255) = 38.3%

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 38.3%
G = 23.76%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D886D6 (or 0xD886D6) is known color: Orchid. HEX triplet: D8, 86 and D6. RGB value is (216,134,214). Sum of RGB (Red+Green+Blue) = 216+134+214=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D886D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886D6 is #277929. Grayscale: #A7A7A7. Windows color (decimal): -2586922 or 14059224. OLE color: 14059224.

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

Color convert

RGB 216 134 214 -
CMYK 0 0.38 0.01 0.15
HSL 301.46º 0.51% 0.69% -
HSV(B) 301.46º 0.38% 0.85% -
XYZ 48.98 36.5 68.08 -
YUV 167.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 216 134 214 0 0.38 0.01 0.15 301.46 0.51 0.69
Hex D8 86 D6 0 26 1 F 12D 33 45
Octal 330 206 326 0 46 1 17 455 63 105
Binary 11011000 10000110 11010110 0 100110 1 1111 100101101 110011 1000101

Color Harmonies of #D886D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886D6

Black with #D886D6

Text Example


Text Example

White with #D886D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886D6; }

 p { color: rgb(216,134,214); }

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

background-color css

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

 a { background-color: rgb(216,134,214); }

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

border-color css

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

 span { border-color: rgb(216,134,214); }

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