Html Css Color HEX #D886DE Orchid

📋 copy color: '#D886DE'

red 216 ◦ green 134 ◦ blue 222

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

Shades of Orchid #D886DE

Tints of Orchid #D886DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 37.76%
G = 23.43%
B = 38.81%

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

#D886DE (or 0xD886DE) is known color: Orchid. HEX triplet: D8, 86 and DE. RGB value is (216,134,222). Sum of RGB (Red+Green+Blue) = 216+134+222=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D886DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886DE is #277921. Grayscale: #A8A8A8. Windows color (decimal): -2586914 or 14583512. OLE color: 14583512.

HSL color Cylindrical-coordinate representation of color #D886DE: hue angle of 295.91º degrees, saturation: 0.57, 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 #D886DE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 134 222 -
CMYK 0.03 0.40 0 0.13
HSL 295.91º 0.57% 0.7% -
HSV(B) 295.91º 0.4% 0.87% -
XYZ 50.03 36.92 73.6 -
YUV 168.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 216 134 222 0.03 0.40 0 0.13 295.91 0.57 0.7
Hex D8 86 DE 3 28 0 D 128 39 46
Octal 330 206 336 3 50 0 15 450 71 106
Binary 11011000 10000110 11011110 11 101000 0 1101 100101000 111001 1000110

Color Harmonies of #D886DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D886DE

Black with #D886DE

Text Example


Text Example

White with #D886DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D886DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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