Html Css Color HEX #D786D9 Orchid

📋 copy color: '#D786D9'

red 215 ◦ green 134 ◦ blue 217

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

Shades of Orchid #D786D9

Tints of Orchid #D786D9

RGB

 RED value IS 215 (84.38% from 255) = 37.99%

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

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 37.99%
G = 23.67%
B = 38.34%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D786D9 (or 0xD786D9) is known color: Orchid. HEX triplet: D7, 86 and D9. RGB value is (215,134,217). Sum of RGB (Red+Green+Blue) = 215+134+217=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #D786D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786D9 is #287926. Grayscale: #A7A7A7. Windows color (decimal): -2652455 or 14255831. OLE color: 14255831.

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

Color convert

RGB 215 134 217 -
CMYK 0.01 0.38 0 0.15
HSL 298.55º 0.52% 0.69% -
HSV(B) 298.55º 0.38% 0.85% -
XYZ 49.07 36.51 70.11 -
YUV 167.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 215 134 217 0.01 0.38 0 0.15 298.55 0.52 0.69
Hex D7 86 D9 1 26 0 F 12B 34 45
Octal 327 206 331 1 46 0 17 453 64 105
Binary 11010111 10000110 11011001 1 100110 0 1111 100101011 110100 1000101

Color Harmonies of #D786D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D786D9

Black with #D786D9

Text Example


Text Example

White with #D786D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D786D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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