Html Css Color HEX #D886DF Orchid

📋 copy color: '#D886DF'

red 216 ◦ green 134 ◦ blue 223

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

Shades of Orchid #D886DF

Tints of Orchid #D886DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 37.7%
G = 23.39%
B = 38.92%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D886DF (or 0xD886DF) is known color: Orchid. HEX triplet: D8, 86 and DF. RGB value is (216,134,223). Sum of RGB (Red+Green+Blue) = 216+134+223=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #D886DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886DF is #277920. Grayscale: #A8A8A8. Windows color (decimal): -2586913 or 14649048. OLE color: 14649048.

HSL color Cylindrical-coordinate representation of color #D886DF: hue angle of 295.28º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D886DF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 134 223 -
CMYK 0.03 0.40 0 0.13
HSL 295.28º 0.58% 0.7% -
HSV(B) 295.28º 0.4% 0.87% -
XYZ 50.16 36.98 74.31 -
YUV 168.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 216 134 223 0.03 0.40 0 0.13 295.28 0.58 0.7
Hex D8 86 DF 3 28 0 D 127 3A 46
Octal 330 206 337 3 50 0 15 447 72 106
Binary 11011000 10000110 11011111 11 101000 0 1101 100100111 111010 1000110

Color Harmonies of #D886DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886DF

Black with #D886DF

Text Example


Text Example

White with #D886DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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