Html Css Color HEX #D886D3 Orchid

📋 copy color: '#D886D3'

red 216 ◦ green 134 ◦ blue 211

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

Shades of Orchid #D886D3

Tints of Orchid #D886D3

RGB

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

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

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

R = 38.5%
G = 23.89%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D886D3 (or 0xD886D3) is known color: Orchid. HEX triplet: D8, 86 and D3. RGB value is (216,134,211). Sum of RGB (Red+Green+Blue) = 216+134+211=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D886D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886D3 is #27792C. Grayscale: #A7A7A7. Windows color (decimal): -2586925 or 13862616. OLE color: 13862616.

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

Color convert

RGB 216 134 211 -
CMYK 0 0.38 0.02 0.15
HSL 303.66º 0.51% 0.69% -
HSV(B) 303.66º 0.38% 0.85% -
XYZ 48.6 36.35 66.08 -
YUV 167.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 216 134 211 0 0.38 0.02 0.15 303.66 0.51 0.69
Hex D8 86 D3 0 26 2 F 130 33 45
Octal 330 206 323 0 46 2 17 460 63 105
Binary 11011000 10000110 11010011 0 100110 10 1111 100110000 110011 1000101

Color Harmonies of #D886D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886D3

Black with #D886D3

Text Example


Text Example

White with #D886D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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